Class JsonEnumField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Integer ordinal  
      protected String typeName  
      protected Boolean userCreated  
      • Fields inherited from class io.atlasmap.v2.Field

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

      Constructors 
      Constructor Description
      JsonEnumField()  
    • Field Detail

      • ordinal

        protected Integer ordinal
      • typeName

        protected String typeName
      • userCreated

        protected Boolean userCreated
    • Constructor Detail

      • JsonEnumField

        public JsonEnumField()
    • Method Detail

      • 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
      • getTypeName

        public String getTypeName()
        Gets the value of the typeName property.
        Returns:
        possible object is String
      • setTypeName

        public void setTypeName​(String value)
        Sets the value of the typeName property.
        Parameters:
        value - allowed object is String
      • isUserCreated

        public Boolean isUserCreated()
        Gets the value of the userCreated property.
        Returns:
        possible object is Boolean
      • setUserCreated

        public void setUserCreated​(Boolean value)
        Sets the value of the userCreated property.
        Parameters:
        value - allowed object is Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object