Package EDU.purdue.jtb.common
Class UserClassInfo.FieldInfo
java.lang.Object
EDU.purdue.jtb.common.UserClassInfo.FieldInfo
- Enclosing class:
UserClassInfo
Holds the information for a field (representing a node's child).
- Since:
- 1.5.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The field type (without prefix / suffix) -
fixedType
The field type (including prefix / suffix) -
name
The field name
-
-
Constructor Details
-
FieldInfo
public FieldInfo()
-