Uses of Class
com.sun.enterprise.admin.servermgmt.xml.domaininfo.TemplateType
-
Packages that use TemplateType Package Description com.sun.enterprise.admin.servermgmt.xml.domaininfo -
-
Uses of TemplateType in com.sun.enterprise.admin.servermgmt.xml.domaininfo
Fields in com.sun.enterprise.admin.servermgmt.xml.domaininfo declared as TemplateType Modifier and Type Field Description protected TemplateTypeTemplateInfo. typeMethods in com.sun.enterprise.admin.servermgmt.xml.domaininfo 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.domaininfo with parameters of type TemplateType Modifier and Type Method Description voidTemplateInfo. setType(TemplateType value)Sets the value of the type property.
-