Package edu.nps.moves.dis7.enumerations
Class ObjectStateAppearanceGeneral
java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.DisBitSet
edu.nps.moves.dis7.enumerations.ObjectStateAppearanceGeneral
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
,java.lang.Cloneable
public class ObjectStateAppearanceGeneral
extends edu.nps.moves.dis7.DisBitSet
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 229 marshal size 16
Object State Appearance-General
UID 229 marshal size 16
Object State Appearance-General
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ObjectStateAppearanceGeneral.Bits
-
Field Summary
Fields Modifier and Type Field Description static ObjectStateAppearanceGeneral.Bits
DAMAGE
Describes the damaged appearance, UseAppearanceObjectGeneralDamage
values for this fieldstatic ObjectStateAppearanceGeneral.Bits
IED_PRESENT
Describes whether the object has or contains an IED, UseAppearanceObjectGeneralIEDPresent
values for this fieldstatic ObjectStateAppearanceGeneral.Bits
IS_FLAMING
Describes whether the object is burning and flames are visiblestatic ObjectStateAppearanceGeneral.Bits
IS_SMOKING
Describes whether or not there is a smoke plumestatic ObjectStateAppearanceGeneral.Bits
PERCENT_COMPLETE
8-bit unsigned integer indicating the percent completion of the object (0..100)static ObjectStateAppearanceGeneral.Bits
PREDISTRIBUTED
Describes whether the object was predistributed, UseAppearanceObjectGeneralPredistributed
values for this fieldstatic ObjectStateAppearanceGeneral.Bits
STATE
Describes the state of the object, UseAppearanceEntityorObjectState
values for this field -
Constructor Summary
Constructors Constructor Description ObjectStateAppearanceGeneral()
ObjectStateAppearanceGeneral(ObjectStateAppearanceGeneral.Bits wh, int i)
-
Method Summary
Modifier and Type Method Description ObjectStateAppearanceGeneral
set(int start, int length, int val)
ObjectStateAppearanceGeneral
set(ObjectStateAppearanceGeneral.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
-
PERCENT_COMPLETE
8-bit unsigned integer indicating the percent completion of the object (0..100) -
DAMAGE
Describes the damaged appearance, UseAppearanceObjectGeneralDamage
values for this field -
PREDISTRIBUTED
Describes whether the object was predistributed, UseAppearanceObjectGeneralPredistributed
values for this field -
STATE
Describes the state of the object, UseAppearanceEntityorObjectState
values for this field -
IS_SMOKING
Describes whether or not there is a smoke plume -
IS_FLAMING
Describes whether the object is burning and flames are visible -
IED_PRESENT
Describes whether the object has or contains an IED, UseAppearanceObjectGeneralIEDPresent
values for this field
-
-
Constructor Details
-
ObjectStateAppearanceGeneral
public ObjectStateAppearanceGeneral() -
ObjectStateAppearanceGeneral
-
-
Method Details