Class JavaEnumField

java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.java.v2.JavaEnumField
All Implemented Interfaces:
Serializable

public class JavaEnumField extends Field implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • ordinal

      protected Integer ordinal
    • className

      protected String className
  • Constructor Details

    • JavaEnumField

      public JavaEnumField()
  • Method Details

    • getName

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

      public void setName(String value)
      Sets the value of the name property.
      Overrides:
      setName in class 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
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object