Class UserClassInfo.FieldInfo

  • Enclosing class:
    UserClassInfo

    public class UserClassInfo.FieldInfo
    extends java.lang.Object
    Holds the information for a field (representing a node's child).
    Since:
    1.5.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fixedType
      The field type (including prefix / suffix)
      java.lang.String name
      The field name
      java.lang.String type
      The field type (without prefix / suffix)
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public java.lang.String type
        The field type (without prefix / suffix)
      • fixedType

        public java.lang.String fixedType
        The field type (including prefix / suffix)
      • name

        public java.lang.String name
        The field name
    • Constructor Detail

      • FieldInfo

        public FieldInfo()