|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrimitiveType
This interface is an interface to specify primitive types used in the Brahms language. Typed model elements can have as type one of the primitive types int, double, boolean, string, and symbol.
Field Summary | |
---|---|
static int |
BOOLEAN
Constant to indicate the primitive type boolean |
static int |
DOUBLE
Constant to indicate the primitive type double |
static int |
INT
Constant to indicate the primitive type int |
static int |
STRING
Constant to indicate the primitive type string |
static int |
SYMBOL
Constant to indicate the primitive type symbol |
Method Summary |
---|
Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType |
---|
getType |
Field Detail |
---|
static final int INT
static final int DOUBLE
static final int BOOLEAN
static final int SYMBOL
static final int STRING
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |