Package | Description |
---|---|
org.da.protoframework.model.types |
Contains the types definitions.
|
org.da.protoframework.util |
Contains utility classes for managing the framework.
|
Modifier and Type | Method and Description |
---|---|
StructType |
StructType.getExtendedType()
Return the type that this type extends.
|
static StructType |
StructType.getVoid()
Return an empty Structure type, which contains no field.
|
Modifier and Type | Method and Description |
---|---|
void |
StructType.setExtendedType(StructType type)
Set the type that this type extends.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
DataUtilities.getFieldValue(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure.
|
static java.util.List<java.lang.Object> |
DataUtilities.getFieldValueAsArray(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a short.
|
static boolean |
DataUtilities.getFieldValueAsBoolean(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a boolean.
|
static char |
DataUtilities.getFieldValueAsChar(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a char.
|
static double |
DataUtilities.getFieldValueAsDouble(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a double.
|
static float |
DataUtilities.getFieldValueAsFloat(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a float.
|
static int |
DataUtilities.getFieldValueAsInt(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as an int.
|
static long |
DataUtilities.getFieldValueAsLong(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a long.
|
static short |
DataUtilities.getFieldValueAsShort(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName)
Return the value of a field for a Structure as a short.
|
static boolean |
DataUtilities.setFieldValue(StructType struct,
java.util.List<java.lang.Object> value,
java.lang.String fieldName,
java.lang.Object fieldValue)
Set the value of a field for a Structure.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence