|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.collection.HowChanged
public final class HowChanged
An Enumeration class. Use the static final variables as enumeration values: discrete named values from a set of 5 values. Note there are no public constructors, so the final static variables listed below will be the only instances of the class.
Enum| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sas.util.Enum |
|---|
com.sas.util.Enum.Editor |
| Field Summary | |
|---|---|
static HowChanged |
ADDED
One or more items have been added. |
static int |
count
Number of enumerations. |
static HowChanged |
OTHER
Some other change has occurred. |
static HowChanged |
REMOVED
One or more items have been removed. |
static HowChanged |
REORDERED
The order has been changed due to a sort or other reordering of the items. |
static HowChanged |
REPLACED
One or more items have been replaced. |
| Fields inherited from class com.sas.util.Enum |
|---|
next |
| Method Summary | |
|---|---|
static HowChanged |
get(int index)
Return the enum corresponding to an index, or ordinal position. |
static HowChanged |
get(java.lang.String name)
Return the enum corresponding to an enum name |
static HowChanged |
getEnum(int value)
Return the enum containing a specified value |
static HowChanged |
getFirst()
Get the first enum in the sequence. |
int |
getIndex()
Return the ordinal position of an enum. |
HowChanged |
getNext()
Return the next HowChanged in the sequence |
com.sas.util.Enum |
getNextEnum()
Return the next HowChanged in the sequence |
static HowChanged |
read(java.io.ObjectInputStream is)
Deserialization support. |
void |
write(java.io.ObjectOutputStream os)
Serialization support. write a HowChanged to an ObjectOutputStream. |
| Methods inherited from class com.sas.util.Enum |
|---|
get, get, getAt, getAt, getEnum, getEnums, getIndex, getValue, setValue, toString, toString |
| Field Detail |
|---|
public static final int count
public static final HowChanged REPLACED
public static final HowChanged REORDERED
public static final HowChanged ADDED
public static final HowChanged REMOVED
public static final HowChanged OTHER
| Method Detail |
|---|
public HowChanged getNext()
public com.sas.util.Enum getNextEnum()
getNextEnum in class com.sas.util.Enumpublic int getIndex()
getIndex in class com.sas.util.Enumpublic static HowChanged get(int index)
index - The relative position [0,5_1]
public static HowChanged getEnum(int value)
value - A value of a HowChanged to find.
public static HowChanged get(java.lang.String name)
name - The enumeration name to find
public void write(java.io.ObjectOutputStream os)
throws java.io.IOException
os - an Object Output Stream.
java.io.IOException
public static HowChanged read(java.io.ObjectInputStream is)
throws java.io.IOException
is - the ObjectInputStream
java.io.IOExceptionpublic static HowChanged getFirst()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||