Uses of Enum Class
com.sun.enterprise.admin.servermgmt.xml.templateinfo.TemplateType
Packages that use TemplateType
-
Uses of TemplateType in com.sun.enterprise.admin.servermgmt.xml.templateinfo
Fields in com.sun.enterprise.admin.servermgmt.xml.templateinfo declared as TemplateTypeMethods in com.sun.enterprise.admin.servermgmt.xml.templateinfo that return TemplateTypeModifier and TypeMethodDescriptionstatic TemplateTypeTemplateInfo.getType()Gets the value of the type property.static TemplateTypeReturns the enum constant of this class with the specified name.static TemplateType[]TemplateType.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.templateinfo with parameters of type TemplateTypeModifier and TypeMethodDescriptionvoidTemplateInfo.setType(TemplateType value) Sets the value of the type property.