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
-
Constructor Summary
-
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.void
setActions
(ArrayList<Action> actions) Sets the value of the actions property.void
setArrayDimensions
(Integer value) Sets the value of the arrayDimensions property.void
setArraySize
(Integer value) Sets the value of the arraySize property.void
setCollectionType
(CollectionType value) Sets the value of the collectionType property.void
Sets the value of the docId property.void
setFieldType
(FieldType value) Sets the value of the fieldType property.void
Sets the value of the format property.void
Sets the value of the index property.void
Sets the value of the name property.void
Sets the value of the path property.void
setRequired
(Boolean value) Sets the value of the required property.void
setStatus
(FieldStatus value) Sets the value of the status property.void
Sets 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
set
method 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
AbsoluteValue
Add
AddDays
AddSeconds
Append
Average
Camelize
Capitalize
Ceiling
Concatenate
Contains
ConvertAreaUnit
ConvertDistanceUnit
ConvertMassUnit
ConvertVolumeUnit
CurrentDate
CurrentDateTime
CurrentTime
CustomAction
DayOfMonth
DayOfWeek
DayOfYear
Divide
EndsWith
Equals
FileExtension
Floor
Format
GenerateUUID
IndexOf
IsNull
ItemAt
LastIndexOf
Length
LowercaseChar
Lowercase
Maximum
Minimum
Multiply
Normalize
PadStringLeft
PadStringRight
Prepend
RemoveFileExtension
ReplaceAll
ReplaceFirst
Round
SeparateByDash
SeparateByUnderscore
Split
StartsWith
SubString
SubStringAfter
SubStringBefore
Subtract
Trim
TrimLeft
TrimRight
Uppercase
UppercaseChar
- 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
-