Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected RepairCompleteRepair |
RepairCompletePdu.repair
Enumeration for type of repair.
|
Modifier and Type | Method and Description |
---|---|
RepairCompleteRepair |
RepairCompletePdu.getRepair()
Getter for
RepairCompletePdu.repair |
Modifier and Type | Method and Description |
---|---|
RepairCompletePdu |
RepairCompletePdu.setRepair(RepairCompleteRepair pRepair)
Setter for
RepairCompletePdu.repair |
Modifier and Type | Method and Description |
---|---|
static RepairCompleteRepair |
RepairCompleteRepair.getEnumForValue(int i) |
static RepairCompleteRepair |
RepairCompleteRepair.unmarshalEnum(java.nio.ByteBuffer buff) |
static RepairCompleteRepair |
RepairCompleteRepair.unmarshalEnum(java.io.DataInputStream dis) |
static RepairCompleteRepair |
RepairCompleteRepair.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepairCompleteRepair[] |
RepairCompleteRepair.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|