com.aol.acc
Enum AccPluginType
java.lang.Object
java.lang.Enum<AccPluginType>
com.aol.acc.AccPluginType
- All Implemented Interfaces:
- AccEnum, java.io.Serializable, java.lang.Comparable<AccPluginType>
public enum AccPluginType
- extends java.lang.Enum<AccPluginType>
- implements AccEnum
Values for AccPluginType
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UNKNOWNVALUE
public static final AccPluginType UNKNOWNVALUE
Unknown
public static final AccPluginType Unknown
Binary
public static final AccPluginType Binary
Widget
public static final AccPluginType Widget
UiPlugin
public static final AccPluginType UiPlugin
values
public static final AccPluginType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(AccPluginType c : AccPluginType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static AccPluginType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
value
public final int value()
- Specified by:
value in interface AccEnum
equals
public final boolean equals(int i)
or
public final AccPluginType or(AccPluginType val)
intToEnum
public static AccPluginType intToEnum(int value)