public class MetaDataAttributesElement extends ElementDefinition<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
DELIMITER |
static String |
SEPARATOR |
| Constructor and Description |
|---|
MetaDataAttributesElement(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.ecore.util.FeatureMap.Entry |
extensionOf(String metaData) |
protected Optional<String> |
getStringValue(BaseElement element) |
String |
getValue(BaseElement element) |
protected MetaDataType |
metaDataTypeDataOf(String metaData) |
protected void |
setStringValue(BaseElement element,
String value) |
void |
setValue(BaseElement element,
String value) |
getDefaultValue, getExtensionElements, name, ofpublic static final String DELIMITER
public static final String SEPARATOR
public MetaDataAttributesElement(String name)
public String getValue(BaseElement element)
getValue in class ElementDefinition<String>public void setValue(BaseElement element, String value)
setValue in class ElementDefinition<String>protected void setStringValue(BaseElement element, String value)
setStringValue in class ElementDefinition<String>protected Optional<String> getStringValue(BaseElement element)
getStringValue in class ElementDefinition<String>protected org.eclipse.emf.ecore.util.FeatureMap.Entry extensionOf(String metaData)
protected MetaDataType metaDataTypeDataOf(String metaData)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.