Uses of Class
com.sun.enterprise.admin.servermgmt.xml.templateinfo.TemplateType
-
Packages that use TemplateType Package Description com.sun.enterprise.admin.servermgmt.xml.templateinfo -
-
Uses of TemplateType in com.sun.enterprise.admin.servermgmt.xml.templateinfo
Fields in com.sun.enterprise.admin.servermgmt.xml.templateinfo declared as TemplateType Modifier and Type Field Description protected TemplateTypeTemplateInfo. typeMethods in com.sun.enterprise.admin.servermgmt.xml.templateinfo that return TemplateType Modifier and Type Method Description static TemplateTypeTemplateType. fromValue(String v)TemplateTypeTemplateInfo. getType()Gets the value of the type property.static TemplateTypeTemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateType[]TemplateType. 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.templateinfo with parameters of type TemplateType Modifier and Type Method Description voidTemplateInfo. setType(TemplateType value)Sets the value of the type property.
-