Package viaduct.x.javaapi.codegen
Class EnumModel
-
-
Constructor Summary
Constructors Constructor Description EnumModel()
-
Method Summary
Modifier and Type Method Description StringgetPackageName()StringgetClassName()List<String>getValueNames()StringgetDescription()booleangetHasDescription()-
-
Method Detail
-
getPackageName
String getPackageName()
-
getClassName
String getClassName()
-
getValueNames
List<String> getValueNames()
-
getDescription
String getDescription()
-
getHasDescription
boolean getHasDescription()
-
-
-
-