Uses of Enum Class
com.sun.enterprise.admin.servermgmt.xml.domaininfo.TemplateType
Packages that use TemplateType
-
Uses of TemplateType in com.sun.enterprise.admin.servermgmt.xml.domaininfo
Fields in com.sun.enterprise.admin.servermgmt.xml.domaininfo declared as TemplateTypeMethods in com.sun.enterprise.admin.servermgmt.xml.domaininfo that return TemplateTypeModifier and TypeMethodDescriptionstatic TemplateTypeGets the enum associated to the value passed as parameter.TemplateInfo.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.domaininfo with parameters of type TemplateTypeModifier and TypeMethodDescriptionvoidTemplateInfo.setType(TemplateType value) Sets the value of the type property.