|
Algernon Software | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the class
Field Summary | |
static AlgernonValueType |
ANY
The Algernon Value Types All data members in interfaces are implicitly public static final |
static AlgernonValueType |
BOOLEAN
|
static AlgernonValueType |
FLOAT
|
static AlgernonValueType |
FOREIGN
|
static AlgernonValueType |
FRAME
|
static AlgernonValueType |
INTEGER
|
static AlgernonValueType |
STRING
|
static AlgernonValueType |
SYMBOL
|
static AlgernonValueType |
VALUETYP
|
Method Summary | |
AlgernonValueType |
convertToAlgernonValueType(Object incomingValueType)
Convert a given value type (such as Protege's ValueType) to an AlgernonValueType. |
AlgernonValueType |
getAlgernonValueType(Object o)
returns the AlgernonValueType associated with the java object |
Object |
getImplementation()
returns the low level type associated with this class. |
int |
getIntValue()
returns the int value associated with this valuetype |
Class |
getJavaType()
returns the java class associated with this valuetype |
Collection |
getValues()
|
boolean |
isSimpleType()
Predicate that returns true if this AlgernonValueType is a BOOLEAN, NUMBER, FLOAT, STRING, or SYMBOL |
String |
toString()
returns the string label, such as "CLS" associated with this valuetype |
Field Detail |
public static final AlgernonValueType ANY
public static final AlgernonValueType BOOLEAN
public static final AlgernonValueType FLOAT
public static final AlgernonValueType FRAME
public static final AlgernonValueType INTEGER
public static final AlgernonValueType STRING
public static final AlgernonValueType SYMBOL
public static final AlgernonValueType VALUETYP
public static final AlgernonValueType FOREIGN
Method Detail |
public Object getImplementation()
public int getIntValue()
public Class getJavaType()
public AlgernonValueType getAlgernonValueType(Object o)
public AlgernonValueType convertToAlgernonValueType(Object incomingValueType)
public Collection getValues()
public boolean isSimpleType()
public String toString()
|
Algernon Software | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |