public class Column extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" default="$record" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="editable-if" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="required-if" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
editable |
protected String |
editableIf |
protected String |
from |
protected String |
ref |
protected String |
requiredIf |
protected String |
title |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditableIf()
Obtient la valeur de la propriété editableIf.
|
String |
getFrom()
Obtient la valeur de la propriété from.
|
String |
getRef()
Obtient la valeur de la propriété ref.
|
String |
getRequiredIf()
Obtient la valeur de la propriété requiredIf.
|
String |
getTitle()
Obtient la valeur de la propriété title.
|
boolean |
isEditable()
Obtient la valeur de la propriété editable.
|
void |
setEditable(Boolean value)
Définit la valeur de la propriété editable.
|
void |
setEditableIf(String value)
Définit la valeur de la propriété editableIf.
|
void |
setFrom(String value)
Définit la valeur de la propriété from.
|
void |
setRef(String value)
Définit la valeur de la propriété ref.
|
void |
setRequiredIf(String value)
Définit la valeur de la propriété requiredIf.
|
void |
setTitle(String value)
Définit la valeur de la propriété title.
|
protected String ref
protected String from
protected String title
protected Boolean editable
protected String editableIf
protected String requiredIf
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isEditable()
Booleanpublic void setEditable(Boolean value)
value - allowed object is
Booleanpublic String getEditableIf()
Stringpublic void setEditableIf(String value)
value - allowed object is
Stringpublic String getRequiredIf()
StringCopyright © 2015. All rights reserved.