public interface CdsDecimal extends CdsSimpleType
| Modifier and Type | Field and Description |
|---|---|
static String |
PRECISION |
static String |
SCALE |
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getJavaType()
Returns the Java type of this
CdsSimpleType definition. |
default Integer |
getPrecision()
Returns the precision of this
CdsDecimal. |
default Integer |
getScale()
Returns the scale of this
CdsDecimal. |
default CdsBaseType |
getType()
Returns the
CdsBaseType of this CdsSimpleType definition. |
accept, defaultValue, get, getQualifiedName, isSimpleas, isArrayed, isAssociation, isEnum, isSimpleType, isStructuredbyNamespace, getName, getQualifierannotations, byAnnotation, findAnnotationstatic final String PRECISION
static final String SCALE
default Integer getPrecision()
CdsDecimal.nulldefault Integer getScale()
CdsDecimal.nulldefault CdsBaseType getType()
CdsSimpleTypeCdsBaseType of this CdsSimpleType definition.getType in interface CdsSimpleTypeCdsBaseType of this simple type definition, not
nulldefault Class<?> getJavaType()
CdsSimpleTypeCdsSimpleType definition.getJavaType in interface CdsSimpleTypenullCopyright © 2020 SAP. All rights reserved.