Package io.atlasmap.json.v2
Class JsonEnumField
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.json.v2.JsonEnumField
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the ordinal property.Gets the value of the typeName property.int
hashCode()
Gets the value of the userCreated property.void
setOrdinal
(Integer value) Sets the value of the ordinal property.void
setTypeName
(String value) Sets the value of the typeName property.void
setUserCreated
(Boolean value) Sets the value of the userCreated property.Methods inherited from class io.atlasmap.v2.Field
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValue
-
Field Details
-
ordinal
-
typeName
-
userCreated
-
-
Constructor Details
-
JsonEnumField
public JsonEnumField()
-
-
Method Details
-
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
-
getTypeName
Gets the value of the typeName property.- Returns:
- possible object is
String
-
setTypeName
Sets the value of the typeName property.- Parameters:
value
- allowed object isString
-
isUserCreated
Gets the value of the userCreated property.- Returns:
- possible object is
Boolean
-
setUserCreated
Sets the value of the userCreated property.- Parameters:
value
- allowed object isBoolean
-
equals
-
hashCode
public int hashCode()
-