Uses of Class
com.sun.enterprise.admin.servermgmt.xml.stringsubs.ModeType
-
Packages that use ModeType Package Description com.sun.enterprise.admin.servermgmt.xml.stringsubs -
-
Uses of ModeType in com.sun.enterprise.admin.servermgmt.xml.stringsubs
Fields in com.sun.enterprise.admin.servermgmt.xml.stringsubs declared as ModeType Modifier and Type Field Description protected ModeTypeGroup. modeMethods in com.sun.enterprise.admin.servermgmt.xml.stringsubs that return ModeType Modifier and Type Method Description static ModeTypeModeType. fromValue(String v)ModeTypeGroup. getMode()Gets the value of the mode property.static ModeTypeModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModeType[]ModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.enterprise.admin.servermgmt.xml.stringsubs with parameters of type ModeType Modifier and Type Method Description voidGroup. setMode(ModeType value)Sets the value of the mode property.
-