Class TypeFieldDefinition


  • public class TypeFieldDefinition
    extends Object
    • Constructor Detail

      • TypeFieldDefinition

        public TypeFieldDefinition​(int type,
                                   String fieldName)
        Parameters:
        type -
        fieldName -
    • Method Detail

      • getType

        public int getType()
        Returns:
        the type
      • setType

        public void setType​(int type)
        Parameters:
        type - the type to set
      • getFieldName

        public String getFieldName()
        Returns:
        the fieldName
      • setFieldName

        public void setFieldName​(String fieldName)
        Parameters:
        fieldName - the fieldName to set
      • getTypeDescription

        public String getTypeDescription()
      • getMemberName

        public String getMemberName()