public class DefaultImportsElement extends ElementDefinition<List<DefaultImport>>
| Constructor and Description |
|---|
DefaultImportsElement(String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.ecore.util.FeatureMap.Entry |
extensionOf(DefaultImport defaultImport) |
List<DefaultImport> |
getValue(BaseElement element) |
static ImportType |
importTypeDataOf(DefaultImport defaultImport) |
protected void |
setStringValue(BaseElement element,
String value) |
void |
setValue(BaseElement element,
List<DefaultImport> value) |
getDefaultValue, getExtensionElements, getStringValue, name, ofpublic DefaultImportsElement(String name)
public List<DefaultImport> getValue(BaseElement element)
getValue in class ElementDefinition<List<DefaultImport>>public void setValue(BaseElement element, List<DefaultImport> value)
setValue in class ElementDefinition<List<DefaultImport>>protected void setStringValue(BaseElement element, String value)
setStringValue in class ElementDefinition<List<DefaultImport>>public static org.eclipse.emf.ecore.util.FeatureMap.Entry extensionOf(DefaultImport defaultImport)
public static ImportType importTypeDataOf(DefaultImport defaultImport)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.