|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.metadata.IndexedValue
public class IndexedValue
Representation of whether an item is indexed or not.
| Field Summary | |
|---|---|
static IndexedValue |
FALSE
indexed false |
static IndexedValue |
TRUE
indexed true |
static IndexedValue |
UNIQUE
indexed unique |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static IndexedValue |
getIndexedValue(java.lang.String value)
Obtain a IndexedValue for the given name by value |
int |
getType()
Accessor for the type. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IndexedValue TRUE
public static final IndexedValue FALSE
public static final IndexedValue UNIQUE
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the reference object with which to compare.
public java.lang.String toString()
toString in class java.lang.Objectpublic int getType()
public static IndexedValue getIndexedValue(java.lang.String value)
value
value - the name
value is null, returns null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||