public interface GenericDomValue<T> extends DomElement, MutableGenericValue<T>
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
Converter<T> |
getConverter() |
java.lang.String |
getRawText() |
void |
setStringValue(java.lang.String value) |
void |
setValue(T value) |
accept, acceptChildren, copyFrom, createMockCopy, createStableCopy, ensureTagExists, ensureXmlElementExists, exists, getChildDescription, getDomElementType, getGenericInfo, getManager, getModule, getNameStrategy, getParent, getParentOfType, getPresentation, getResolveScope, getXmlElement, getXmlElementName, getXmlElementNamespace, getXmlElementNamespaceKey, getXmlTag, isValid, undefine
getAnnotation
getUserData, putUserData
getStringValue, getValue
void setStringValue(java.lang.String value)
setStringValue
in interface MutableGenericValue<T>
void setValue(T value)
setValue
in interface MutableGenericValue<T>
java.lang.String getRawText()