Enum LifeFormExtraPersonalData

java.lang.Object
java.lang.Enum<LifeFormExtraPersonalData>
edu.nps.moves.dis7.enumerations.LifeFormExtraPersonalData
All Implemented Interfaces:
Serializable, Comparable<LifeFormExtraPersonalData>, java.lang.constant.Constable

public enum LifeFormExtraPersonalData extends Enum<LifeFormExtraPersonalData>
This enum type is generated from XML, UID 477, marshal size 8; LifeFormExtraPersonalData has 38 enumerations total. The 1s digit is reserved for Race/Ethnicity and the enumerations are taken from the U.S. OMB. The 10s digit is reserved for general age group. The 100s digit is reserved for gender, where 0 is Male and 1 is Female.
See Also:
Java Tutorials: Enum Types, Enum