|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AndsPidClient.HandleType> au.csiro.pidclient.AndsPidClient.HandleType
public static enum AndsPidClient.HandleType
The possible types of properties that can be associated with a handle. Each handle (PID) can carry multiple (max of around 100) properties.
Enum Constant Summary | |
---|---|
DESC
A property with a descriptive text value. |
|
EMPTY
A property with no associated value. |
|
URL
A property with a URL value. |
Method Summary | |
---|---|
boolean |
isEmpty()
|
String |
value()
|
static AndsPidClient.HandleType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AndsPidClient.HandleType[] |
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 |
Enum Constant Detail |
---|
public static final AndsPidClient.HandleType EMPTY
public static final AndsPidClient.HandleType URL
public static final AndsPidClient.HandleType DESC
Method Detail |
---|
public static final AndsPidClient.HandleType[] values()
for(AndsPidClient.HandleType c : AndsPidClient.HandleType.values()) System.out.println(c);
public static AndsPidClient.HandleType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic String value()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |