org.openliberty.xmltooling.pp.dst2_1.ct
Enum MsgType.Type
java.lang.Object
java.lang.Enum<MsgType.Type>
org.openliberty.xmltooling.pp.dst2_1.ct.MsgType.Type
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<MsgType.Type>
- Enclosing class:
- MsgType
public static enum MsgType.Type
- extends java.lang.Enum<MsgType.Type>
|
Field Summary |
private java.lang.String |
uri
|
|
Method Summary |
java.lang.String |
uri()
|
static MsgType.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MsgType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PERSONAL
public static final MsgType.Type PERSONAL
WORK
public static final MsgType.Type WORK
MOBILE
public static final MsgType.Type MOBILE
VACATION
public static final MsgType.Type VACATION
EMERGENCY
public static final MsgType.Type EMERGENCY
uri
private java.lang.String uri
values
public static final MsgType.Type[] 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(MsgType.Type c : MsgType.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static MsgType.Type 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
uri
public java.lang.String uri()