|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<NDRConstants.NDRObjectType> org.dlese.dpc.ndr.apiproxy.NDRConstants.NDRObjectType
public static enum NDRConstants.NDRObjectType
Supported object types of the NDR, used in InputXML instances and responses.
Enum Constant Summary | |
---|---|
AGENT
|
|
AGGREGATOR
TYPES and their XML tags |
|
METADATA
|
|
METADATAPROVIDER
|
|
RESOURCE
|
Method Summary | |
---|---|
String |
getNdrResponseType()
|
String |
getTag()
|
static NDRConstants.NDRObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NDRConstants.NDRObjectType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NDRConstants.NDRObjectType AGGREGATOR
public static final NDRConstants.NDRObjectType AGENT
public static final NDRConstants.NDRObjectType RESOURCE
public static final NDRConstants.NDRObjectType METADATA
public static final NDRConstants.NDRObjectType METADATAPROVIDER
Method Detail |
---|
public static NDRConstants.NDRObjectType[] values()
for (NDRConstants.NDRObjectType c : NDRConstants.NDRObjectType.values()) System.out.println(c);
public static NDRConstants.NDRObjectType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getTag()
public String getNdrResponseType()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |