|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.EnumeratedValue ix.icore.domain.ObjectProperty.Syntax
public static class ObjectProperty.Syntax
Field Summary | |
---|---|
static ObjectProperty.Syntax |
DEFAULT
Indicates that we aren't sure of a property's type. |
static ObjectProperty.Syntax |
LIST
Value representing the type of a property value. |
static ObjectProperty.Syntax |
NUMBER
Value representing the type of a property value. |
static ObjectProperty.Syntax |
OBJECT
Value representing the type of a property value. |
static ObjectProperty.Syntax |
STRING
Value representing the type of a property value. |
static ObjectProperty.Syntax |
SYMBOL
Value representing the type of a property value. |
Fields inherited from class ix.util.EnumeratedValue |
---|
name |
Constructor Summary | |
---|---|
ObjectProperty.Syntax()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
static ObjectProperty.Syntax |
valueOf(java.lang.String name)
|
static ObjectProperty.Syntax |
valueOf(Symbol name)
|
static java.util.List |
values()
|
Methods inherited from class ix.util.EnumeratedValue |
---|
getValue, getValueElseError, readResolve, recordValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ObjectProperty.Syntax NUMBER
public static final ObjectProperty.Syntax SYMBOL
public static final ObjectProperty.Syntax STRING
public static final ObjectProperty.Syntax LIST
public static final ObjectProperty.Syntax OBJECT
public static final ObjectProperty.Syntax DEFAULT
Constructor Detail |
---|
ObjectProperty.Syntax()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List values()
public static ObjectProperty.Syntax valueOf(java.lang.String name)
public static ObjectProperty.Syntax valueOf(Symbol name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |