public static enum Constants.CommonTags extends java.lang.Enum<Constants.CommonTags>
Enum Constant and Description |
---|
ChunkInformation |
ContentPackage |
Feedback |
InsideFeedback |
MessageId |
ProcessCardBundle |
ReplyProcessCardBundle |
RequestProcessCardBundle |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName() |
Constants.Namespaces |
getNamespace() |
static Constants.CommonTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.CommonTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.CommonTags ContentPackage
public static final Constants.CommonTags ProcessCardBundle
public static final Constants.CommonTags ReplyProcessCardBundle
public static final Constants.CommonTags RequestProcessCardBundle
public static final Constants.CommonTags Feedback
public static final Constants.CommonTags MessageId
public static final Constants.CommonTags ChunkInformation
public static final Constants.CommonTags InsideFeedback
public static Constants.CommonTags[] values()
for (Constants.CommonTags c : Constants.CommonTags.values()) System.out.println(c);
public static Constants.CommonTags 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 getElementName()
public Constants.Namespaces getNamespace()
Copyright © 2017. All Rights Reserved.