Uses of Enum Class
com.sun.enterprise.admin.servermgmt.xml.stringsubs.PropertyType
Packages that use PropertyType
Package
Description
-
Uses of PropertyType in com.sun.enterprise.admin.servermgmt.stringsubs
Methods in com.sun.enterprise.admin.servermgmt.stringsubs with parameters of type PropertyTypeModifier and TypeMethodDescriptionStringSubstitutor.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 PropertyTypeModifier and TypeMethodDescriptionStringSubstitutionEngine.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 PropertyTypeMethods in com.sun.enterprise.admin.servermgmt.xml.stringsubs that return PropertyTypeModifier and TypeMethodDescriptionstatic PropertyTypeGets the enum associated to the value passed as parameter.Property.getType()Gets the value of the type property.static PropertyTypeReturns the enum constant of this class with the specified name.static PropertyType[]PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.enterprise.admin.servermgmt.xml.stringsubs with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoidProperty.setType(PropertyType value) Sets the value of the type property.