public abstract class MetadataTypeDefinition<T> extends ElementDefinition<T>
| Constructor and Description |
|---|
MetadataTypeDefinition(String name,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getValue(BaseElement element) |
protected void |
setStringValue(BaseElement element,
String value) |
abstract void |
setValue(BaseElement element,
T value) |
String |
stripCData(String s) |
getDefaultValue, getExtensionElements, getStringValue, name, ofpublic abstract T getValue(BaseElement element)
getValue in class ElementDefinition<T>public abstract void setValue(BaseElement element, T value)
setValue in class ElementDefinition<T>protected void setStringValue(BaseElement element, String value)
setStringValue in class ElementDefinition<T>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.