|
||||||||||
| 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 IType |
BOOLEAN_TYPE
Constant to indicate the primitive type boolean |
static int |
BYTE
Constant to indicate the primitive type byte |
static IType |
BYTE_TYPE
Constant to indicate the primitive type byte |
static int |
CHAR
Constant to indicate the primitive type char |
static IType |
CHAR_TYPE
Constant to indicate the primitive type char |
static int |
DOUBLE
Constant to indicate the primitive type double |
static IType |
DOUBLE_TYPE
Constant to indicate the primitive type double |
static int |
FLOAT
Constant to indicate the primitive type float |
static IType |
FLOAT_TYPE
Constant to indicate the primitive type float |
static int |
INT
Constant to indicate the primitive type int |
static IType |
INT_TYPE
Constant to indicate the primitive type int |
static int |
LONG
Constant to indicate the primitive type long |
static IType |
LONG_TYPE
Constant to indicate the primitive type long |
static int |
SHORT
Constant to indicate the primitive type short |
static IType |
SHORT_TYPE
Constant to indicate the primitive type short |
static int |
STRING
Constant to indicate the primitive type string |
static IType |
STRING_TYPE
Constant to indicate the primitive type string |
static int |
SYMBOL
Constant to indicate the primitive type symbol |
static IType |
SYMBOL_TYPE
Constant to indicate the primitive type symbol |
| Method Summary |
|---|
| Methods inherited from interface gov.nasa.arc.brahms.vm.api.common.IType |
|---|
getName, getType |
| Field Detail |
|---|
static final int INT
static final int CHAR
static final int BYTE
static final int SHORT
static final int LONG
static final int FLOAT
static final int DOUBLE
static final int BOOLEAN
static final int SYMBOL
static final int STRING
static final IType INT_TYPE
static final IType CHAR_TYPE
static final IType BYTE_TYPE
static final IType SHORT_TYPE
static final IType LONG_TYPE
static final IType FLOAT_TYPE
static final IType DOUBLE_TYPE
static final IType BOOLEAN_TYPE
static final IType SYMBOL_TYPE
static final IType STRING_TYPE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||