Package io.atlasmap.java.v2
Class JavaEnumField
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.java.v2.JavaEnumField
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the className property.getName()
Gets the value of the name property.Gets the value of the ordinal property.int
hashCode()
void
setClassName
(String value) Sets the value of the className property.void
Sets the value of the name property.void
setOrdinal
(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
-
Field Details
-
name
-
ordinal
-
className
-
-
Constructor Details
-
JavaEnumField
public JavaEnumField()
-
-
Method Details
-
getName
Gets the value of the name property. -
setName
Sets the value of the name property. -
getOrdinal
Gets the value of the ordinal property.- Returns:
- possible object is
Integer
-
setOrdinal
Sets the value of the ordinal property.- Parameters:
value
- allowed object isInteger
-
getClassName
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value
- allowed object isString
-
equals
-
hashCode
public int hashCode()
-