public abstract class AbstractExtendedType extends Object implements ExtendedType
| Constructor and Description |
|---|
AbstractExtendedType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns type description according to current session language
|
String |
getDescription(String languageIsoCode)
Returns type description 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCode, getDeclaredPropertyDescriptors, getName, getNamepublic Set<ObjectType> getSupertypes()
ObjectTypegetSupertypes in interface ObjectTypepublic Set<ObjectType> getSubtypes()
ObjectTypegetSubtypes in interface ObjectTypepublic boolean isAssignableFrom(ObjectType type)
isAssignableFrom in interface ObjectTypepublic Set<PropertyDescriptor> getPropertyDescriptors()
ObjectTypegetPropertyDescriptors in interface ObjectTypepublic boolean isAbstract()
ObjectTypeisAbstract in interface ObjectTypepublic String getDescription()
ObjectTypegetDescription in interface ObjectTypepublic String getDescription(String languageIsoCode)
ObjectTypegetDescription in interface ObjectTypeCopyright © 2017 SAP SE. All Rights Reserved.