Package | Description |
---|---|
com.ars.aerodata.A424A_enums | |
com.ars.aerodata.A424A_records |
Modifier and Type | Method and Description |
---|---|
static CommunicationClass |
CommunicationClass.fromValue(String v) |
static CommunicationClass |
CommunicationClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationClass[] |
CommunicationClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected CommunicationClass |
CommunicationTypeTranslation.communicationClass
The “Communication Class” field will designate the major grouping of the Communication Types contained in the record.
|
protected CommunicationClass |
Communication.communicationClass
The “Communication Class” field will designate the major grouping of the Communication Types contained in the record.
|
Modifier and Type | Method and Description |
---|---|
CommunicationClass |
CommunicationTypeTranslation.getCommunicationClass()
Gets the value of the communicationClass property.
|
CommunicationClass |
Communication.getCommunicationClass()
Gets the value of the communicationClass property.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationTypeTranslation.setCommunicationClass(CommunicationClass value)
Sets the value of the communicationClass property.
|
void |
Communication.setCommunicationClass(CommunicationClass value)
Sets the value of the communicationClass property.
|
Copyright © 2017. All rights reserved.