|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.InstanceType
This class represents repeating entity instance types.
Field Summary | |
static InstanceType |
CHILD
This value represents the 'child' instance type. |
static InstanceType |
PARENT
This value represents the 'parent' instance type. |
static InstanceType |
SINGLE
This value represents the 'single' instance type. |
static int |
VALUE_CHILD
This value represents the 'child' value. |
static int |
VALUE_PARENT
This value represents the 'parent' value. |
static int |
VALUE_SINGLE
This value represents the 'single' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static java.util.List |
getList()
Gets the list of instance types. |
int |
getValue()
Gets the enumeration value of the instance type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_SINGLE
public static final int VALUE_CHILD
public static final int VALUE_PARENT
public static final InstanceType SINGLE
public static final InstanceType CHILD
public static final InstanceType PARENT
Method Detail |
public int getValue()
InstanceType
class.
VALUE_
constants)public static java.util.List getList()
InstanceType
s (unmodifiable)public boolean equals(java.lang.Object o)
o
- the object to check
true
if this object has the same type string as the argument; false
otherwise
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |