-
Field Summary
Fields
Fields inherited from class io.atlasmap.v2.Field
actions, arrayDimensions, arraySize, collectionType, docId, fieldType, format, index, path, required, status, value
-
Constructor Summary
Constructors
-
Method Summary
Gets the value of the custom property.
Gets the value of the name property.
void
Sets the value of the custom property.
void
Sets the value of the name 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
MockField
public MockField()
-
Method Details
-
getName
Gets the value of the name property.
- Overrides:
getName
in class Field
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.
- Overrides:
setName
in class Field
- Parameters:
value
- allowed object is
String
-
getCustom
Gets the value of the custom property.
- Returns:
- possible object is
String
-
setCustom
public void setCustom(String value)
Sets the value of the custom property.
- Parameters:
value
- allowed object is
String