|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IdTargetList> net.sf.magicproject.token.IdTargetList
public enum IdTargetList
Method Summary | |
---|---|
static IdTargetList |
deserialize(java.io.InputStream input)
Read and return the enum from the given inputstream. |
void |
serialize(java.io.OutputStream out)
Wrtite this enum to the given outputstream. |
static IdTargetList |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IdTargetList[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 IdTargetList NONE
public static final IdTargetList OCCURENCE_LIST
public static final IdTargetList OCCURENCE_TARGET
public static final IdTargetList LOAD_LIST
public static final IdTargetList LOAD_INDEX
public static final IdTargetList REMOVE_FIRST
public static final IdTargetList REMOVE_LAST
public static final IdTargetList CLEAR
public static final IdTargetList SAVE_TARGET
public static final IdTargetList SAVE_INDEX
public static final IdTargetList SAVE_LIST
public static final IdTargetList REMOVE_QUEUE
public static final IdTargetList REMOVE_TAIL
public static final IdTargetList REMOVE_TARGET
public static final IdTargetList REMOVE_INDEX
public static final IdTargetList REMOVE_LIST
public static final IdTargetList FILTER
Method Detail |
---|
public static IdTargetList[] values()
for (IdTargetList c : IdTargetList.values()) System.out.println(c);
public static IdTargetList 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 name
java.lang.NullPointerException
- if the argument is nullpublic void serialize(java.io.OutputStream out) throws java.io.IOException
out
- the stream ths enum would be written.
java.io.IOException
- If some other I/O error occurspublic static IdTargetList deserialize(java.io.InputStream input) throws java.io.IOException
input
- the stream containing the enum to read.
java.io.IOException
- If some other I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |