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
public interface RedeclarableObjectType extends ObjectType
Type object which can have re-declared properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<PropertyDescriptor>getRedeclaredPropertyDescriptors()Returns 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 Detail
-
getRedeclaredPropertyDescriptors
java.util.Set<PropertyDescriptor> getRedeclaredPropertyDescriptors()
Returns all property descriptors which are inherited but re-declared at this type.
-
-