Interface EmbeddableSourceContainer
-
public interface EmbeddableSourceContainer
Defines additional information for a EmbeddableSource in relation to the thing that contains it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributePath
getAttributePathBase()
AttributeRole
getAttributeRoleBase()
ToolingHintContext
getToolingHintContextBaselineForEmbeddable()
-
-
-
Method Detail
-
getAttributeRoleBase
AttributeRole getAttributeRoleBase()
-
getAttributePathBase
AttributePath getAttributePathBase()
-
getToolingHintContextBaselineForEmbeddable
ToolingHintContext getToolingHintContextBaselineForEmbeddable()
-
-