public interface CdsArrayedType extends CdsType
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CdsVisitor visitor)
Accepts a
CdsVisitor visiting the elements of this definition
(depth-first) |
CdsType |
getItemsType()
Returns the items' type of this
CdsArrayedType. |
default boolean |
isArrayed()
Returns
true if this is an arrayed type. |
as, isAssociation, isEnum, isSimple, isSimpleType, isStructuredbyNamespace, getName, getQualifiedName, getQualifierannotations, byAnnotation, findAnnotationCdsType getItemsType()
CdsArrayedType.nulldefault boolean isArrayed()
CdsTypetrue if this is an arrayed type.default void accept(CdsVisitor visitor)
CdsDefinitionCdsVisitor visiting the elements of this definition
(depth-first)accept in interface CdsDefinitionvisitor - the CdsVisitorCopyright © 2020 SAP. All rights reserved.