|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AprsExtensionType | |
---|---|
org.discotools.io.aprs |
Uses of AprsExtensionType in org.discotools.io.aprs |
---|
Fields in org.discotools.io.aprs with type parameters of type AprsExtensionType | |
---|---|
static List<AprsExtensionType> |
AprsExtensionType.VALUES
A public read-only list of all the 'APRS Extension Type' enumerators. |
Methods in org.discotools.io.aprs that return AprsExtensionType | |
---|---|
static AprsExtensionType |
AprsExtensionType.get(int value)
Returns the 'APRS Extension Type' literal with the specified integer value. |
static AprsExtensionType |
AprsExtensionType.get(String literal)
Returns the 'APRS Extension Type' literal with the specified literal value. |
static AprsExtensionType |
AprsExtensionType.getByName(String name)
Returns the 'APRS Extension Type' literal with the specified name. |
AprsExtensionType |
AprsExtension.getType()
|
static AprsExtensionType |
AprsExtensionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AprsExtensionType[] |
AprsExtensionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.discotools.io.aprs with parameters of type AprsExtensionType | |
---|---|
boolean |
AprsReport.isExtension(AprsExtensionType type)
|
Constructors in org.discotools.io.aprs with parameters of type AprsExtensionType | |
---|---|
AprsExtension(AprsExtensionType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |