|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Required interface used by the MetaData feature processing framework. All features must extend this interface.
Method Summary | |
java.lang.String |
getBundleID()
Gets the bundleId used to define the extension |
CMAnnotationContext |
getCMAnnotationContext()
Gets content model context that this feature will operating on |
IStructuredDocumentContext |
getStructuredDocumentContext()
Gets structured document context that this feature will operating on |
void |
setBundleID(java.lang.String bundleId)
Sets the bundle id used to define this feature |
void |
setContentModelContext(CMAnnotationContext context)
Sets content model context that this feature will operating on |
void |
setStructuredDocumentContext(IStructuredDocumentContext context)
Sets structured document context that this feature will operating on |
Method Detail |
public void setStructuredDocumentContext(IStructuredDocumentContext context)
public IStructuredDocumentContext getStructuredDocumentContext()
public void setContentModelContext(CMAnnotationContext context)
public CMAnnotationContext getCMAnnotationContext()
public void setBundleID(java.lang.String bundleId)
public java.lang.String getBundleID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |