public interface CustomExtractorType extends ExtractorType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getAny()
Returns the value of the 'Any' attribute list.
|
String |
getClass_()
Returns the value of the 'Class' attribute.
|
void |
setClass(String value)
Sets the value of the '
Class ' attribute. |
getName, setName
static final String copyright
org.eclipse.emf.ecore.util.FeatureMap getAny()
FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
ConfigurationPackage.getCustomExtractorType_Any()
String getClass_()
If the meaning of the 'Class' attribute isn't clear, there really should be more of a description here...
setClass(String)
,
ConfigurationPackage.getCustomExtractorType_Class()
void setClass(String value)
Class
' attribute.
value
- the new value of the 'Class' attribute.getClass_()