Class Field
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstantField,CsvField,FieldGroup,JavaEnumField,JavaField,JsonEnumField,JsonField,MockField,PropertyField,SimpleField,XmlEnumField,XmlField
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actions property.Gets the value of the arrayDimensions property.Gets the value of the arraySize property.Gets the value of the collectionType property.getDocId()Gets the value of the docId property.Gets the value of the fieldType property.Gets the value of the format property.getIndex()Gets the value of the index property.getName()Gets the value of the name property.getPath()Gets the value of the path property.Gets the value of the status property.getValue()Gets the value of the value property.Gets the value of the required property.voidsetActions(ArrayList<Action> actions) Sets the value of the actions property.voidsetArrayDimensions(Integer value) Sets the value of the arrayDimensions property.voidsetArraySize(Integer value) Sets the value of the arraySize property.voidsetCollectionType(CollectionType value) Sets the value of the collectionType property.voidSets the value of the docId property.voidsetFieldType(FieldType value) Sets the value of the fieldType property.voidSets the value of the format property.voidSets the value of the index property.voidSets the value of the name property.voidSets the value of the path property.voidsetRequired(Boolean value) Sets the value of the required property.voidsetStatus(FieldStatus value) Sets the value of the status property.voidSets the value of the value property.
-
Field Details
-
actions
-
value
-
arrayDimensions
-
arraySize
-
collectionType
-
docId
-
index
-
path
-
required
-
status
-
fieldType
-
format
-
name
-
-
Constructor Details
-
Field
public Field()
-
-
Method Details
-
getActions
Gets the value of the actions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the actions property.For example, to add a new item, do as follows:
getActions().add(newItem);Objects of the following type(s) are allowed in the list
AbsoluteValueAddAddDaysAddSecondsAppendAverageCamelizeCapitalizeCeilingConcatenateContainsConvertAreaUnitConvertDistanceUnitConvertMassUnitConvertVolumeUnitCurrentDateCurrentDateTimeCurrentTimeCustomActionDayOfMonthDayOfWeekDayOfYearDivideEndsWithEqualsFileExtensionFloorFormatGenerateUUIDIndexOfIsNullItemAtLastIndexOfLengthLowercaseCharLowercaseMaximumMinimumMultiplyNormalizePadStringLeftPadStringRightPrependRemoveFileExtensionReplaceAllReplaceFirstRoundSeparateByDashSeparateByUnderscoreSplitStartsWithSubStringSubStringAfterSubStringBeforeSubtractTrimTrimLeftTrimRightUppercaseUppercaseChar- Returns:
- A list of
Action
-
setActions
Sets the value of the actions property.- Parameters:
actions- A list ofAction
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Object
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isObject
-
getArrayDimensions
Gets the value of the arrayDimensions property.- Returns:
- possible object is
Integer
-
setArrayDimensions
Sets the value of the arrayDimensions property.- Parameters:
value- allowed object isInteger
-
getArraySize
Gets the value of the arraySize property.- Returns:
- possible object is
Integer
-
setArraySize
Sets the value of the arraySize property.- Parameters:
value- allowed object isInteger
-
getCollectionType
Gets the value of the collectionType property.- Returns:
- possible object is
CollectionType
-
setCollectionType
Sets the value of the collectionType property.- Parameters:
value- allowed object isCollectionType
-
getDocId
Gets the value of the docId property.- Returns:
- possible object is
String
-
setDocId
Sets the value of the docId property.- Parameters:
value- allowed object isString
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
Integer
-
setIndex
Sets the value of the index property.- Parameters:
value- allowed object isInteger
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
isRequired
Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
Sets the value of the required property.- Parameters:
value- allowed object isBoolean
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
FieldStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isFieldStatus
-
getFieldType
Gets the value of the fieldType property.- Returns:
- possible object is
FieldType
-
setFieldType
Sets the value of the fieldType property.- Parameters:
value- allowed object isFieldType
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-