|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<DataAgentTarget>
com.hack23.cia.model.internal.application.data.impl.DataAgentTarget
public enum DataAgentTarget
Java class for DataAgentTarget.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DataAgentTarget">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Model_External_Worldbank"/>
<enumeration value="Model_External_Val"/>
<enumeration value="Model_External_Riksdagen"/>
<enumeration value="Model_External_Itsyourparliament"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
MODEL_EXTERNAL_ITSYOURPARLIAMENT
|
|
MODEL_EXTERNAL_RIKSDAGEN
|
|
MODEL_EXTERNAL_VAL
|
|
MODEL_EXTERNAL_WORLDBANK
|
|
| Method Summary | |
|---|---|
static DataAgentTarget |
fromValue(String v)
|
String |
value()
|
static DataAgentTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataAgentTarget[] |
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 DataAgentTarget MODEL_EXTERNAL_WORLDBANK
public static final DataAgentTarget MODEL_EXTERNAL_VAL
public static final DataAgentTarget MODEL_EXTERNAL_RIKSDAGEN
public static final DataAgentTarget MODEL_EXTERNAL_ITSYOURPARLIAMENT
| Method Detail |
|---|
public static DataAgentTarget[] values()
for (DataAgentTarget c : DataAgentTarget.values()) System.out.println(c);
public static DataAgentTarget 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 value()
public static DataAgentTarget fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||