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