public interface DefinitionMetadata
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Location of the object that defines the attached definition; depends on the
ConfigurationSource . |
String |
getModule() |
String |
getName() |
String |
getReferenceId()
This is the String that can be used to refer to this definition by ID, e.g as passed to
Registry.getProvider(String) . |
String |
getRelativeLocation()
Location of the object that defines the attached definition, relative to its module; depends on the
ConfigurationSource . |
DefinitionType |
getType() |
DefinitionType getType()
String getReferenceId()
Registry.getProvider(String)
.String getName()
String getModule()
String getLocation()
ConfigurationSource
.String getRelativeLocation()
ConfigurationSource
.
This can be used to compose the value returned by getReferenceId()
.Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.