public abstract class Field extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Action> |
actions |
protected Integer |
arrayDimensions |
protected Integer |
arraySize |
protected CollectionType |
collectionType |
protected String |
docId |
protected FieldType |
fieldType |
protected String |
format |
protected Integer |
index |
protected String |
name |
protected String |
path |
protected Boolean |
required |
protected FieldStatus |
status |
protected Object |
value |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Action> |
getActions()
Gets the value of the actions property.
|
Integer |
getArrayDimensions()
Gets the value of the arrayDimensions property.
|
Integer |
getArraySize()
Gets the value of the arraySize property.
|
CollectionType |
getCollectionType()
Gets the value of the collectionType property.
|
String |
getDocId()
Gets the value of the docId property.
|
FieldType |
getFieldType()
Gets the value of the fieldType property.
|
String |
getFormat()
Gets the value of the format property.
|
Integer |
getIndex()
Gets the value of the index property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPath()
Gets the value of the path property.
|
FieldStatus |
getStatus()
Gets the value of the status property.
|
Object |
getValue()
Gets the value of the value property.
|
Boolean |
isRequired()
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 |
setDocId(String value)
Sets the value of the docId property.
|
void |
setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPath(String value)
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 |
setValue(Object value)
Sets the value of the value property.
|
protected Object value
protected Integer arrayDimensions
protected Integer arraySize
protected CollectionType collectionType
protected String docId
protected Integer index
protected String path
protected Boolean required
protected FieldStatus status
protected FieldType fieldType
protected String format
protected String name
public ArrayList<Action> getActions()
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
Action
public void setActions(ArrayList<Action> actions)
actions
- A list of Action
public Object getValue()
Object
public void setValue(Object value)
value
- allowed object is
Object
public Integer getArrayDimensions()
Integer
public void setArrayDimensions(Integer value)
value
- allowed object is
Integer
public Integer getArraySize()
Integer
public void setArraySize(Integer value)
value
- allowed object is
Integer
public CollectionType getCollectionType()
CollectionType
public void setCollectionType(CollectionType value)
value
- allowed object is
CollectionType
public String getDocId()
String
public void setDocId(String value)
value
- allowed object is
String
public Integer getIndex()
Integer
public void setIndex(Integer value)
value
- allowed object is
Integer
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public Boolean isRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public FieldStatus getStatus()
FieldStatus
public void setStatus(FieldStatus value)
value
- allowed object is
FieldStatus
public FieldType getFieldType()
FieldType
public void setFieldType(FieldType value)
value
- allowed object is
FieldType
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public String getName()
String
Copyright © 2020 JBoss by Red Hat. All rights reserved.