public static enum AdfAbstractSupport.PLATFORM_TYPE extends java.lang.Enum<AdfAbstractSupport.PLATFORM_TYPE>
Enum Constant and Description |
---|
GLASSFISH_PLATFORM |
JBOSS_PLATFORM |
TOMCAT_PLATFORM |
WEBLOGIC_CORE_PLATFORM |
WEBLOGIC_PLATFORM |
WEBSPHERE_PLATFORM |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(AdfAbstractSupport.PLATFORM_TYPE type) |
java.lang.String |
toString() |
static AdfAbstractSupport.PLATFORM_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdfAbstractSupport.PLATFORM_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdfAbstractSupport.PLATFORM_TYPE WEBLOGIC_PLATFORM
public static final AdfAbstractSupport.PLATFORM_TYPE WEBLOGIC_CORE_PLATFORM
public static final AdfAbstractSupport.PLATFORM_TYPE WEBSPHERE_PLATFORM
public static final AdfAbstractSupport.PLATFORM_TYPE JBOSS_PLATFORM
public static final AdfAbstractSupport.PLATFORM_TYPE TOMCAT_PLATFORM
public static final AdfAbstractSupport.PLATFORM_TYPE GLASSFISH_PLATFORM
public static AdfAbstractSupport.PLATFORM_TYPE[] values()
for (AdfAbstractSupport.PLATFORM_TYPE c : AdfAbstractSupport.PLATFORM_TYPE.values()) System.out.println(c);
public static AdfAbstractSupport.PLATFORM_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AdfAbstractSupport.PLATFORM_TYPE>
public boolean equals(AdfAbstractSupport.PLATFORM_TYPE type)