|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.property.BasePropertyDefinition<Double>
org.xcmis.client.gwt.model.property.DecimalPropertyDefinition
public class DecimalPropertyDefinition
| Constructor Summary | |
|---|---|
DecimalPropertyDefinition()
Default constructor. |
|
DecimalPropertyDefinition(String id,
String localName,
String localNamespace,
String queryName,
String displayName,
String description,
EnumCardinality cardinality,
EnumUpdatability updatability,
Boolean inherited,
Boolean required,
Boolean queryable,
Boolean orderable,
Boolean openChoice,
List<Choice<Double>> choices,
Double[] defaultValue,
Precision precision,
Double minDecimal,
Double maxDecimal)
|
|
| Method Summary | |
|---|---|
Double |
getMaxDecimal()
|
Double |
getMinDecimal()
|
Precision |
getPrecision()
|
EnumPropertyType |
getPropertyType()
|
void |
setMaxDecimal(Double maxDecimal)
Setter for maxDecimal. |
void |
setMinDecimal(Double minDecimal)
Setter for minDecimal. |
void |
setPrecision(Precision precision)
Setter for precision. |
| Methods inherited from class org.xcmis.client.gwt.model.property.BasePropertyDefinition |
|---|
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setInherited, setLocalName, setLocalNamespace, setOpenChoice, setOrderable, setQueryable, setQueryName, setRequired, setUpdatability |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecimalPropertyDefinition()
public DecimalPropertyDefinition(String id,
String localName,
String localNamespace,
String queryName,
String displayName,
String description,
EnumCardinality cardinality,
EnumUpdatability updatability,
Boolean inherited,
Boolean required,
Boolean queryable,
Boolean orderable,
Boolean openChoice,
List<Choice<Double>> choices,
Double[] defaultValue,
Precision precision,
Double minDecimal,
Double maxDecimal)
id - idlocalName - local namelocalNamespace - local name spacequeryName - query namedisplayName - display namedescription - descriptioncardinality - cardinalityupdatability - updatabilityinherited - inheritedrequired - requiredqueryable - queryableorderable - orderableopenChoice - open choicechoices - choicesdefaultValue - default valueprecision - precisionminDecimal - min decimal valuemaxDecimal - max decimal value| Method Detail |
|---|
public Precision getPrecision()
public Double getMinDecimal()
public Double getMaxDecimal()
public EnumPropertyType getPropertyType()
public void setPrecision(Precision precision)
precision - precisionpublic void setMinDecimal(Double minDecimal)
minDecimal - minDecimalpublic void setMaxDecimal(Double maxDecimal)
maxDecimal - maxDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||