public class XmlEnumField extends io.atlasmap.v2.Field implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Integer |
ordinal |
protected String |
typeName |
| Constructor and Description |
|---|
XmlEnumField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getName()
Gets the value of the name property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValueprotected String name
protected Integer ordinal
protected String typeName
public String getName()
getName in class io.atlasmap.v2.FieldStringpublic void setName(String value)
setName in class io.atlasmap.v2.Fieldvalue - allowed object is
Stringpublic Integer getOrdinal()
Integerpublic void setOrdinal(Integer value)
value - allowed object is
Integerpublic String getTypeName()
Stringpublic void setTypeName(String value)
value - allowed object is
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.