Package | Description |
---|---|
com.tietoenator.trip.jxp |
Main TRIPjxp package that contains generic classes and enumerations.
|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and Description |
---|---|
static TdbGraphRecordType |
TdbGraphRecordType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbGraphRecordType[] |
TdbGraphRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TdbGraphRecordType |
TdbGraphRecord.getGraphRecordType()
Returns the type of the graph record
|
Modifier and Type | Method and Description |
---|---|
void |
TdbGraphRecord.setGraphRecordType(TdbGraphRecordType type)
Set the type of the graph record.
|