Interface RedeclarableObjectType
- All Superinterfaces:
ObjectType
- All Known Implementing Classes:
ClassificationType,ClassificationTypeLoader.MyClassificationType,DefaultObjectType,DefaultSearchType,DefaultTypeService.MyClassificationType,DefaultTypeService.MyItemType,DefaultTypeService.MyWidgetType,ExtensibleTypeService.MyItemType,ItemSearchType,ItemTemplate,ItemType,WidgetType,WidgetTypeLoader.MyWidgetType
Type object which can have re-declared properties.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all property descriptors which are inherited but re-declared at this type.Methods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getCode, getDeclaredPropertyDescriptors, getDescription, getDescription, getName, getName, getPropertyDescriptors, getSubtypes, getSupertypes, isAbstract, isAssignableFrom
-
Method Details
-
getRedeclaredPropertyDescriptors
Set<PropertyDescriptor> getRedeclaredPropertyDescriptors()Returns all property descriptors which are inherited but re-declared at this type.
-