Uses of Enum
edu.nps.moves.dis7.source.generator.pdus.ClassAttribute.ClassAttributeType
Packages that use ClassAttribute.ClassAttributeType
Package
Description
Code generator classes supporting software production to create the
edu.nps.moves.dis7
Java library.-
Uses of ClassAttribute.ClassAttributeType in edu.nps.moves.dis7.source.generator.pdus
Fields in edu.nps.moves.dis7.source.generator.pdus declared as ClassAttribute.ClassAttributeTypeModifier and TypeFieldDescriptionprotected ClassAttribute.ClassAttributeType
ClassAttribute.attributeKind
What attribute class this is: primitive, list, array, etcMethods in edu.nps.moves.dis7.source.generator.pdus that return ClassAttribute.ClassAttributeTypeModifier and TypeMethodDescriptionClassAttribute.getAttributeKind()
get the kind of the attribute (primitive, list, array, etc.)Returns the enum constant of this type with the specified name.static ClassAttribute.ClassAttributeType[]
ClassAttribute.ClassAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.nps.moves.dis7.source.generator.pdus with parameters of type ClassAttribute.ClassAttributeTypeModifier and TypeMethodDescriptionvoid
ClassAttribute.setAttributeKind(ClassAttribute.ClassAttributeType pKind)
Set the kind of the class attribute/iname