Enum ClassAttribute.ClassAttributeType

java.lang.Object
java.lang.Enum<ClassAttribute.ClassAttributeType>
edu.nps.moves.dis7.source.generator.pdus.ClassAttribute.ClassAttributeType
All Implemented Interfaces:
Serializable, Comparable<ClassAttribute.ClassAttributeType>, java.lang.constant.Constable
Enclosing class:
ClassAttribute

public static enum ClassAttribute.ClassAttributeType extends Enum<ClassAttribute.ClassAttributeType>
The various things an attribute can be: a primitive type (int, short, byte, etc), a reference to another class defined in this document, a list of primitives, aka an array, or a list of objects of variable length. An array could hold objects, but we'll enforce this distinction for easy understanding.