| Modifier and Type | Field and Description |
|---|---|
PrimitiveType |
PrimitiveValue.type |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
LiteralEvaluation.getType(String builtInTypeName) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
ExecutionFactory.getBuiltInType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionFactory.addBuiltInType(PrimitiveType type) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
PrimitiveTypeList.getValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveTypeList.addValue(int i,
PrimitiveType v) |
void |
PrimitiveTypeList.addValue(PrimitiveType v) |
void |
PrimitiveTypeList.setValue(int i,
PrimitiveType v) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
Environment.getBoolean() |
PrimitiveType |
Environment.getInteger() |
PrimitiveType |
Environment.getReal() |
PrimitiveType |
Environment.getString() |
PrimitiveType |
Environment.getUnlimitedNatural() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryMapping.mapPrimitiveType(PrimitiveType type,
String currentPackageName,
RepositoryArtifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
ModelFactory.createPrimitiveType(String name,
String id) |
PrimitiveType |
ModelFactory.createPrimitiveType(String name,
String id,
Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryMapping.mapPrimitiveType(PrimitiveType t,
String currentPackageName,
RepositoryArtifact artifact) |
Copyright © 2017. All rights reserved.