public class JsonField extends io.atlasmap.v2.Field implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
primitive |
protected String |
typeName |
protected Boolean |
userCreated |
| Constructor and Description |
|---|
JsonField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getTypeName()
Gets the value of the typeName property.
|
int |
hashCode() |
Boolean |
isPrimitive()
Gets the value of the primitive property.
|
Boolean |
isUserCreated()
Gets the value of the userCreated property.
|
void |
setPrimitive(Boolean value)
Sets the value of the primitive property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
void |
setUserCreated(Boolean value)
Sets the value of the userCreated property.
|
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, setValueprotected Boolean primitive
protected String typeName
protected Boolean userCreated
public Boolean isPrimitive()
Booleanpublic void setPrimitive(Boolean value)
value - allowed object is
Booleanpublic String getTypeName()
Stringpublic void setTypeName(String value)
value - allowed object is
Stringpublic Boolean isUserCreated()
Booleanpublic void setUserCreated(Boolean value)
value - allowed object is
BooleanCopyright © 2021 JBoss by Red Hat. All rights reserved.