public class MetaData extends BaseObject implements Serializable
FieldDef
initions is used.Modifier and Type | Field and Description |
---|---|
protected String |
bindClass |
protected String |
binding |
protected List<FieldDef> |
fields |
protected String |
resultSelector |
protected ValidationGroups |
validation |
Constructor and Description |
---|
MetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getBindClass()
The fully qualified name of the class represented by this metadata.
|
String |
getBinding()
The default binding-prefix for all
FieldDef s of this metadata. |
List<FieldDef> |
getFields()
Gets the value of the fields property.
|
String |
getResultSelector()
An expression defining when the actual
Result should be marked as selected. |
ValidationGroups |
getValidation()
Gets the value of the validation property.
|
void |
setBindClass(String value)
Sets the value of the bindClass property.
|
void |
setBinding(String value)
Sets the value of the binding property.
|
void |
setResultSelector(String value)
Sets the value of the resultSelector property.
|
void |
setValidation(ValidationGroups value)
Sets the value of the validation property.
|
protected ValidationGroups validation
protected String binding
protected String bindClass
protected String resultSelector
public ValidationGroups getValidation()
ValidationGroups
public void setValidation(ValidationGroups value)
value
- allowed object is
ValidationGroups
public List<FieldDef> getFields()
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 fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
FieldDef
public String getBinding()
FieldDef
s of this metadata.String
public void setBinding(String value)
value
- allowed object is
String
public String getBindClass()
String
public void setBindClass(String value)
value
- allowed object is
String
public String getResultSelector()
Result
should be marked as selected.String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.