Uses of Class
org.infinispan.jmx.annotations.DataType
-
Packages that use DataType Package Description org.infinispan.jmx.annotations JMX 2.0-like annotations, with no dependencies on JMX 2.0. -
-
Uses of DataType in org.infinispan.jmx.annotations
Methods in org.infinispan.jmx.annotations that return DataType Modifier and Type Method Description DataType
dataType()
static DataType
DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataType[]
DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-