Enum GeneratedClassAttribute.ClassAttributeType

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

public static enum GeneratedClassAttribute.ClassAttributeType extends Enum<GeneratedClassAttribute.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.