Package | Description |
---|---|
com.ibm.pdp.maf.rpp.kernel |
This package describes the com.ibm.pdp.maf.rpp.kernel, see the description for an UML overview.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateValue
Aggregate value interface.
|
interface |
ByteStringValue
Byte String value interface.
|
interface |
DateTimeValue
Date Time value interface.
|
interface |
DecimalValue
Decimal value interface.
|
interface |
FloatValue
Float value interface.
|
interface |
IntegerValue
Integer value interface.
|
interface |
MultipleValue
Multiple value interface.
|
interface |
ReferenceValue
Reference value interface.
|
interface |
StringValue
String value interface.
|
interface |
TimeStampValue
Time Stamp value interface.
|
Modifier and Type | Method and Description |
---|---|
AbstractValue |
Field.getValue()
Returns the value of the field.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractValue> |
MultipleValue.getValues()
Returns the values.
|