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 classObjectStateAppearanceGeneral.Bits -
Field Summary
Fields Modifier and Type Field Description static ObjectStateAppearanceGeneral.BitsDAMAGEDescribes the damaged appearance, UseAppearanceObjectGeneralDamagevalues for this fieldstatic ObjectStateAppearanceGeneral.BitsIED_PRESENTDescribes whether the object has or contains an IED, UseAppearanceObjectGeneralIEDPresentvalues for this fieldstatic ObjectStateAppearanceGeneral.BitsIS_FLAMINGDescribes whether the object is burning and flames are visiblestatic ObjectStateAppearanceGeneral.BitsIS_SMOKINGDescribes whether or not there is a smoke plumestatic ObjectStateAppearanceGeneral.BitsPERCENT_COMPLETE8-bit unsigned integer indicating the percent completion of the object (0..100)static ObjectStateAppearanceGeneral.BitsPREDISTRIBUTEDDescribes whether the object was predistributed, UseAppearanceObjectGeneralPredistributedvalues for this fieldstatic ObjectStateAppearanceGeneral.BitsSTATEDescribes the state of the object, UseAppearanceEntityorObjectStatevalues for this field -
Constructor Summary
Constructors Constructor Description ObjectStateAppearanceGeneral()ObjectStateAppearanceGeneral(ObjectStateAppearanceGeneral.Bits wh, int i) -
Method Summary
Modifier and Type Method Description ObjectStateAppearanceGeneralset(int start, int length, int val)ObjectStateAppearanceGeneralset(ObjectStateAppearanceGeneral.Bits wh, int val)java.lang.StringtoString()Methods inherited from class edu.nps.moves.dis7.DisBitSet
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshalMethods 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, UseAppearanceObjectGeneralDamagevalues for this field -
PREDISTRIBUTED
Describes whether the object was predistributed, UseAppearanceObjectGeneralPredistributedvalues for this field -
STATE
Describes the state of the object, UseAppearanceEntityorObjectStatevalues 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, UseAppearanceObjectGeneralIEDPresentvalues for this field
-
-
Constructor Details
-
ObjectStateAppearanceGeneral
public ObjectStateAppearanceGeneral() -
ObjectStateAppearanceGeneral
-
-
Method Details