public interface StructuredTypeMetadata
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getElementNames()
Gets the names of the elements in the entity including those elements
for which there is no data in the EntityData.
|
ElementType |
getElementType(String elementName)
Gets the type of the element
|
List<String> |
getFlattenedElementNames()
Gets the flattened names of the elements in the entity.
|
String |
getName()
Gets the name of the entity.
|
StructuredTypeMetadata |
getStructuredTypeMetadata(String structuredTypeName)
Gets the Metadata of a Structured Type
|
String getName()
List<String> getElementNames()
List<String> getFlattenedElementNames()
ElementType getElementType(String elementName)
elementName - StructuredTypeMetadata getStructuredTypeMetadata(String structuredTypeName)
Copyright © 2020 SAP. All Rights Reserved.