| Modifier and Type | Method and Description |
|---|---|
void |
ETypeInfoContainer.addEtypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
Add a EtypeInfoEntry Object into the list.
|
| Modifier and Type | Field and Description |
|---|---|
private ETypeInfoEntry |
ETypeInfoEntryContainer.etypeInfoEntry
holds ETypeInfoEntry
|
| Modifier and Type | Method and Description |
|---|---|
ETypeInfoEntry |
ETypeInfoEntryContainer.getETypeInfoEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
ETypeInfoEntryContainer.setETypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
Set a ETypeInfoEntry Object into the container
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ETypeInfoEntry> |
ETypeInfo.etypeInfoEntries
List of all ETYPE-INFO-ENTRY stored
|
| Modifier and Type | Method and Description |
|---|---|
ETypeInfoEntry[] |
ETypeInfo.getETypeInfoEntries()
Returns the contained
ETypeInfoEntrys as an array. |
| Modifier and Type | Method and Description |
|---|---|
void |
ETypeInfo.addETypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
Adds an
ETypeInfoEntry to the list |
boolean |
ETypeInfo.contains(ETypeInfoEntry etypeInfoEntry)
Returns true if this
ETypeInfoEntry contains a specified ETypeInfoEntry. |
| Constructor and Description |
|---|
ETypeInfo(ETypeInfoEntry[] etypeInfoEntries)
Creates a new instance of ETypeInfo.
|