Package edu.nps.moves.dis7.enumerations
Class LinearObjectAppearanceTankDitchAndConcertinaWire
java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.DisBitSet
edu.nps.moves.dis7.enumerations.LinearObjectAppearanceTankDitchAndConcertinaWire
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
,java.lang.Cloneable
public class LinearObjectAppearanceTankDitchAndConcertinaWire
extends edu.nps.moves.dis7.DisBitSet
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 235 marshal size 16
Linear Object Appearance-Tank Ditch and Concertina Wire
UID 235 marshal size 16
Linear Object Appearance-Tank Ditch and Concertina Wire
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LinearObjectAppearanceTankDitchAndConcertinaWire.Bits
-
Field Summary
Fields Modifier and Type Field Description static LinearObjectAppearanceTankDitchAndConcertinaWire.Bits
BREACH_LENGTH
8-bit unsigned integer indicating the fixed length in meters of a breached segmentstatic LinearObjectAppearanceTankDitchAndConcertinaWire.Bits
BREACH_LOCATION
8-bit record where each bit indicates whether its associated segment is breached or not, such that bit 0 of the record is the first segmentstatic LinearObjectAppearanceTankDitchAndConcertinaWire.Bits
BREACH_STATE
Describes the breached appearance of the object, UseAppearanceLinearObjectTankDitchBreach
values for this field -
Constructor Summary
Constructors Constructor Description LinearObjectAppearanceTankDitchAndConcertinaWire()
LinearObjectAppearanceTankDitchAndConcertinaWire(LinearObjectAppearanceTankDitchAndConcertinaWire.Bits wh, int i)
-
Method Summary
Modifier and Type Method Description LinearObjectAppearanceTankDitchAndConcertinaWire
set(int start, int length, int val)
LinearObjectAppearanceTankDitchAndConcertinaWire
set(LinearObjectAppearanceTankDitchAndConcertinaWire.Bits wh, int val)
java.lang.String
toString()
Methods inherited from class edu.nps.moves.dis7.DisBitSet
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor
-
Field Details
-
BREACH_STATE
Describes the breached appearance of the object, UseAppearanceLinearObjectTankDitchBreach
values for this field -
BREACH_LENGTH
8-bit unsigned integer indicating the fixed length in meters of a breached segment -
BREACH_LOCATION
8-bit record where each bit indicates whether its associated segment is breached or not, such that bit 0 of the record is the first segment
-
-
Constructor Details
-
LinearObjectAppearanceTankDitchAndConcertinaWire
public LinearObjectAppearanceTankDitchAndConcertinaWire() -
LinearObjectAppearanceTankDitchAndConcertinaWire
public LinearObjectAppearanceTankDitchAndConcertinaWire(LinearObjectAppearanceTankDitchAndConcertinaWire.Bits wh, int i)
-
-
Method Details
-
set
public LinearObjectAppearanceTankDitchAndConcertinaWire set(LinearObjectAppearanceTankDitchAndConcertinaWire.Bits wh, int val) -
set
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.util.BitSet
-