Package com.tridion.meta
Interface SchemaMeta
public interface SchemaMeta
This represents the schema data that is used for the component.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the namespace id.intThis provides the publication Id.intThis provides the schema Id.getTitle()This provides the title of the schema.
-
Method Details
-
getSchemaId
int getSchemaId()This provides the schema Id.- Returns:
- The schemaId
-
getPublicationId
int getPublicationId()This provides the publication Id.- Returns:
- The publicationId
-
getNamespaceId
int getNamespaceId()Gets the namespace id.- Returns:
- namespace id.
-
getTitle
String getTitle()This provides the title of the schema.- Returns:
- The title of the schema
-