|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Precision | |
|---|---|
| org.xcmis.client.gwt.model | |
| org.xcmis.client.gwt.model.property | |
| Uses of Precision in org.xcmis.client.gwt.model |
|---|
| Methods in org.xcmis.client.gwt.model that return Precision | |
|---|---|
static Precision |
Precision.fromValue(int value)
|
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Precision in org.xcmis.client.gwt.model.property |
|---|
| Methods in org.xcmis.client.gwt.model.property that return Precision | |
|---|---|
Precision |
DecimalPropertyDefinition.getPrecision()
|
| Methods in org.xcmis.client.gwt.model.property with parameters of type Precision | |
|---|---|
void |
DecimalPropertyDefinition.setPrecision(Precision precision)
Setter for precision. |
| Constructors in org.xcmis.client.gwt.model.property with parameters of type Precision | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||