Interface NamespaceDefinition
-
- All Known Implementing Classes:
M2NamespaceDefinition
@AlfrescoPublicApi public interface NamespaceDefinition
Read-only definition of a Namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelDefinition
getModel()
String
getPrefix()
String
getUri()
-
-
-
Method Detail
-
getModel
ModelDefinition getModel()
- Returns:
- defining model
-
getUri
String getUri()
- Returns:
- the namespace URI
-
getPrefix
String getPrefix()
- Returns:
- the namespace Prefix
-
-