Class JavaEnumField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String className  
      protected String name  
      protected Integer ordinal  
      • Fields inherited from class io.atlasmap.v2.Field

        actions, arrayDimensions, arraySize, collectionType, docId, fieldType, format, index, path, required, status, value
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaEnumField()  
    • Field Detail

      • ordinal

        protected Integer ordinal
      • className

        protected String className
    • Constructor Detail

      • JavaEnumField

        public JavaEnumField()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Overrides:
        getName in class io.atlasmap.v2.Field
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Overrides:
        setName in class io.atlasmap.v2.Field
        Parameters:
        value - allowed object is String
      • getOrdinal

        public Integer getOrdinal()
        Gets the value of the ordinal property.
        Returns:
        possible object is Integer
      • setOrdinal

        public void setOrdinal​(Integer value)
        Sets the value of the ordinal property.
        Parameters:
        value - allowed object is Integer
      • getClassName

        public String getClassName()
        Gets the value of the className property.
        Returns:
        possible object is String
      • setClassName

        public void setClassName​(String value)
        Sets the value of the className property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object