Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected UAScanPattern |
UAFundamentalParameter.scanPattern
The type of scan pattern, If not used, zero uid 147
|
Modifier and Type | Method and Description |
---|---|
UAScanPattern |
UAFundamentalParameter.getScanPattern()
Getter for
UAFundamentalParameter.scanPattern |
Modifier and Type | Method and Description |
---|---|
UAFundamentalParameter |
UAFundamentalParameter.setScanPattern(UAScanPattern pScanPattern)
Setter for
UAFundamentalParameter.scanPattern |
Modifier and Type | Method and Description |
---|---|
static UAScanPattern |
UAScanPattern.getEnumForValue(int i) |
static UAScanPattern |
UAScanPattern.unmarshalEnum(java.nio.ByteBuffer buff) |
static UAScanPattern |
UAScanPattern.unmarshalEnum(java.io.DataInputStream dis) |
static UAScanPattern |
UAScanPattern.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UAScanPattern[] |
UAScanPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|