Interface LayeredDefinition
-
- All Known Subinterfaces:
AttributeDefinitionDelegator<T>
,CompositeObjectDefinition
,MutableResourceObjectClassDefinition
,MutableResourceSchema
,RefinedAttributeDefinitionDelegator<T>
,ResourceAttributeDefinition<T>
,ResourceObjectClassDefinition
,ResourceObjectDefinition
,ResourceObjectDefinitionDelegator
,ResourceObjectTypeDefinition
,ResourceSchema
- All Known Implementing Classes:
AbstractResourceObjectDefinitionImpl
,CompositeObjectDefinitionImpl
,ResourceAttributeDefinitionImpl
,ResourceObjectClassDefinitionImpl
,ResourceObjectTypeDefinitionImpl
,ResourceSchemaImpl
,TransformableComplexTypeDefinition.TrResourceObjectDefinition
,TransformablePropertyDefinition.RefinedAttribute
,TransformablePropertyDefinition.ResourceAttribute
public interface LayeredDefinition
A definition that can be viewed at from different layer's point of view. SeeResourceAttributeDefinition.getLimitations(LayerType)
and similar layer-qualified methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull LayerType
getCurrentLayer()
Gets the current point-of-view: on which layer do we look at the data?
-
-
-
Method Detail
-
getCurrentLayer
@NotNull @NotNull LayerType getCurrentLayer()
Gets the current point-of-view: on which layer do we look at the data?
-
-