public interface CdsStringType extends CdsSimpleType
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getJavaType()
Returns the Java type of this
CdsSimpleType definition. |
default Integer |
getLength()
Returns the length of this
CdsString. |
default CdsBaseType |
getType()
Returns the
CdsBaseType of this CdsSimpleType definition. |
boolean |
isLocalized()
Returns
true if this CdsString is localized. |
accept, defaultValue, get, getQualifiedName, isSimpleas, isArrayed, isAssociation, isEnum, isSimpleType, isStructuredbyNamespace, getName, getQualifierannotations, byAnnotation, findAnnotationstatic final String LENGTH
boolean isLocalized()
true if this CdsString is localized.true if this String type is localized, otherwise
falsedefault Integer getLength()
CdsString. The default is 5000.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.