public abstract class AbstractCompositeMetatype extends AbstractMetatype
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DELIM
A delimiter used to separate elements in the reference string.
|
protected static int |
DELIM_LENGTH
The length of the delimiter.
|
protected static java.lang.String |
ELEMENT_START
A tag that is inserted into the reference string immediately before the
qualified references.
|
Constructor and Description |
---|
AbstractCompositeMetatype()
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.Object |
getComposite(java.lang.String className)
Returns an empty composite of the specified type.
|
protected com.ibm.xtools.transform.core.internal.metatype.IMetatypeHelper |
getMetatypeHelper()
Returns a metatype helper for generating and resolving reference
strings.
|
adaptSelection, getDisplayName, getEditString, getReference, getViewerObject, isMetatypeObject, newMetatypeDataManager, resolveEditString, resolveReference, resolveReference
protected static final java.lang.String ELEMENT_START
protected static final java.lang.String DELIM
protected static final int DELIM_LENGTH
protected com.ibm.xtools.transform.core.internal.metatype.IMetatypeHelper getMetatypeHelper()
protected static java.lang.Object getComposite(java.lang.String className)
className
- The name of the class.