public interface ObjectType
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The code of the object type.
|
Set<PropertyDescriptor> |
getDeclaredPropertyDescriptors()
Returns all property descriptors which are declared at this type (not inherited).
|
String |
getDescription()
Returns type description according to current session language
|
String |
getDescription(String languageIsoCode)
Returns type description according to given language
|
String |
getName()
Returns type name according to current session language
|
String |
getName(String languageIsoCode)
Returns type name according to given language
|
Set<PropertyDescriptor> |
getPropertyDescriptors()
Returns all property descriptors
|
Set<ObjectType> |
getSubtypes()
Direct sub types of this object type.
|
Set<ObjectType> |
getSupertypes()
Direct super types of this object type.
|
boolean |
isAbstract()
Returns true if this type is not suitable for creating instances.
|
boolean |
isAssignableFrom(ObjectType type) |
String getCode()
Set<ObjectType> getSupertypes()
Set<ObjectType> getSubtypes()
boolean isAssignableFrom(ObjectType type)
Set<PropertyDescriptor> getPropertyDescriptors()
Set<PropertyDescriptor> getDeclaredPropertyDescriptors()
boolean isAbstract()
String getName()
String getDescription()
Copyright © 2017 SAP SE. All Rights Reserved.