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