Package io.atlasmap.java.v2
Class JavaEnumField
- java.lang.Object
-
- io.atlasmap.v2.Field
-
- io.atlasmap.java.v2.JavaEnumField
-
- All Implemented Interfaces:
Serializable
public class JavaEnumField extends io.atlasmap.v2.Field implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaEnumField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetClassName()Gets the value of the className property.StringgetName()Gets the value of the name property.IntegergetOrdinal()Gets the value of the ordinal property.inthashCode()voidsetClassName(String value)Sets the value of the className property.voidsetName(String value)Sets the value of the name property.voidsetOrdinal(Integer value)Sets the value of the ordinal property.-
Methods inherited from class io.atlasmap.v2.Field
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Overrides:
getNamein classio.atlasmap.v2.Field- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Overrides:
setNamein classio.atlasmap.v2.Field- Parameters:
value- allowed object isString
-
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 isInteger
-
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 isString
-
-