Class GeneratedClass

java.lang.Object
edu.nps.moves.dis7.source.generator.pdus.GeneratedClass

public class GeneratedClass extends Object
Used as part of the code generator to represent one generated class, facilitating creation of APIs for different languages. Regardless of target language, a generated class has a series of attributes, the order of which is significant. These attributes are used to create instance variables, getters and setters, and serialization code. Syntax of autogenerated output varies according to each programming language API of interest.
Author:
DMcG