public class Boolean extends AttributeType
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<extension base="{http://www.iorga.com/xml/ns/ivif-entities}attributeType">
<attribute name="from-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="true-value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="false-value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
falseValue |
protected String |
fromType |
protected String |
trueValue |
_transient, column, displayName, formula, id, insertable, joinColumn, name, required, sequence, title, updatable| Constructor and Description |
|---|
Boolean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFalseValue()
Obtient la valeur de la propriété falseValue.
|
String |
getFromType()
Obtient la valeur de la propriété fromType.
|
String |
getTrueValue()
Obtient la valeur de la propriété trueValue.
|
void |
setFalseValue(String value)
Définit la valeur de la propriété falseValue.
|
void |
setFromType(String value)
Définit la valeur de la propriété fromType.
|
void |
setTrueValue(String value)
Définit la valeur de la propriété trueValue.
|
getColumn, getFormula, getJoinColumn, getName, getSequence, getTitle, isDisplayName, isId, isInsertable, isRequired, isTransient, isUpdatable, setColumn, setDisplayName, setFormula, setId, setInsertable, setName, setRequired, setSequence, setTitle, setTransient, setUpdatableprotected String fromType
protected String trueValue
protected String falseValue
public String getFromType()
Stringpublic void setFromType(String value)
value - allowed object is
Stringpublic String getTrueValue()
Stringpublic void setTrueValue(String value)
value - allowed object is
Stringpublic String getFalseValue()
StringCopyright © 2015. All rights reserved.