|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.lang.Kind
public class Kind
This class describes the kinds (numeric codes) for the differen types.
Field Summary | |
---|---|
static int |
ANY
|
static int |
ARRAY
Type is an Array |
static int |
ATTRIBUTE
|
static int |
BINARY
Type is binary, which can be represented by objects of class fuego.type.Binary |
static int |
BOOL
Type is boolean, which can be represented by objects of class java.lang.Boolean |
static int |
DECIMAL
Type is Decimal Fixed it can be represented by objects of class java.math.BigDecimal |
static int |
DYNAMIC
|
static int |
ENUM
|
static int |
FIRST_PREDEFINED
No type |
static int |
INT
Type is Int which can be represented by objects of any integral type java.lang.{Long,Integer,Short, Byte} |
static int |
INTERVAL
Type is time interval, which can be represented by objects of class fuego.type.Interval |
static int |
ITERATOR
|
static int |
LAST_PREDEFINED
Field LAST_PREDEFINED |
static int |
MAP
Type is a Map |
static int |
METHOD
Type is an object's method |
static int |
NONE
Type is unknown |
static int |
NULL
|
static int |
OBJECT
Type is opaque object, which can be represented by objects of class Object |
static int |
REAL
Type is Real which can be represented by any floating point type java.lang.{Double, Float} |
static int |
SET
|
static int |
STRING
Type is string, which can be represented by objects of class java.lang.String |
static int |
TIME
Type is time, which can be represented by objects of class fuego.type.Time |
static int |
TRANSFORM
|
static int |
VOID
No type |
Constructor Summary | |
---|---|
Kind()
|
Method Summary | |
---|---|
static int |
getKind(String kindName)
|
static String |
getName(int kind)
|
static boolean |
hasFixedSize(int kind)
|
static boolean |
isAtomic(int kind)
|
static boolean |
isNumber(int kind)
|
static boolean |
isPredefined(int kind)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
public static final int VOID
public static final int FIRST_PREDEFINED
public static final int BOOL
public static final int INT
public static final int DECIMAL
public static final int REAL
public static final int STRING
public static final int TIME
public static final int INTERVAL
public static final int BINARY
public static final int NULL
public static final int ANY
public static final int LAST_PREDEFINED
public static final int OBJECT
public static final int ARRAY
public static final int MAP
public static final int METHOD
public static final int DYNAMIC
public static final int ITERATOR
public static final int ENUM
public static final int ATTRIBUTE
public static final int SET
public static final int TRANSFORM
Constructor Detail |
---|
public Kind()
Method Detail |
---|
public static final boolean isAtomic(int kind)
public static final int getKind(String kindName)
public static final String getName(int kind)
public static final boolean isNumber(int kind)
public static final boolean isPredefined(int kind)
public static final boolean hasFixedSize(int kind)
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |