Uses of Class
com.sun.enterprise.admin.servermgmt.xml.stringsubs.PropertyType
-
Packages that use PropertyType Package Description com.sun.enterprise.admin.servermgmt.stringsubs com.sun.enterprise.admin.servermgmt.stringsubs.impl com.sun.enterprise.admin.servermgmt.xml.stringsubs -
-
Uses of PropertyType in com.sun.enterprise.admin.servermgmt.stringsubs
Methods in com.sun.enterprise.admin.servermgmt.stringsubs with parameters of type PropertyType Modifier and Type Method Description List<Property>StringSubstitutor. getDefaultProperties(PropertyType type)Get's the defaultPropertyfor the givenPropertyType, If the property type is null then all the default properties will be returned. -
Uses of PropertyType in com.sun.enterprise.admin.servermgmt.stringsubs.impl
Methods in com.sun.enterprise.admin.servermgmt.stringsubs.impl with parameters of type PropertyType Modifier and Type Method Description List<Property>StringSubstitutionEngine. getDefaultProperties(PropertyType type) -
Uses of PropertyType in com.sun.enterprise.admin.servermgmt.xml.stringsubs
Fields in com.sun.enterprise.admin.servermgmt.xml.stringsubs declared as PropertyType Modifier and Type Field Description protected PropertyTypeProperty. typeMethods in com.sun.enterprise.admin.servermgmt.xml.stringsubs that return PropertyType Modifier and Type Method Description static PropertyTypePropertyType. fromValue(String v)PropertyTypeProperty. getType()Gets the value of the type property.static PropertyTypePropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyType[]PropertyType. 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 PropertyType Modifier and Type Method Description voidProperty. setType(PropertyType value)Sets the value of the type property.
-