Class DataType
- java.lang.Object
-
- net.anotheria.asg.generator.types.meta.DataType
-
- All Implemented Interfaces:
IGenerateable
- Direct Known Subclasses:
EnumerationType
public abstract class DataType extends java.lang.Object implements IGenerateable
A custom data type.- Version:
- $Id: $Id
- Author:
- lrosenberg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataType(java.lang.String aName)Constructor for DataType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Getter for the fieldname.voidsetName(java.lang.String string)Setter for the fieldname.
-