Uses of Class
org.jgroups.annotations.XmlInclude.Type
-
Packages that use XmlInclude.Type Package Description org.jgroups.annotations -
-
Uses of XmlInclude.Type in org.jgroups.annotations
Methods in org.jgroups.annotations that return XmlInclude.Type Modifier and Type Method Description XmlInclude.Type
type()
static XmlInclude.Type
XmlInclude.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XmlInclude.Type[]
XmlInclude.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-