public class JavaEnumField extends io.atlasmap.v2.Field implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
name |
protected Integer |
ordinal |
| Constructor and Description |
|---|
JavaEnumField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getClassName()
Gets the value of the className property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
int |
hashCode() |
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal 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 className
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 getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.