public class IntegerAttribute extends AttributeImpl<Integer>
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertModelValueToXmlValue(Integer modelValue)
to be implemented by subclasses: converts the raw (String) value of the
attribute to the type required by the model
|
protected Integer |
convertXmlValueToModelValue(String rawValue)
to be implemented by subclasses: converts the raw (String) value of the
attribute to the type required by the model
|
getAttributeName, getDefaultValue, getIncomingReferences, getNamespaceUri, getOutgoingReferences, getOwningElementType, getValue, isIdAttribute, isRequired, registerIncoming, registerOutgoingReference, removeAttribute, setAttributeName, setDefaultValue, setId, setNamespaceUri, setRequired, setValue, setValue, unlinkReference, updateIncomingReferencesprotected Integer convertXmlValueToModelValue(String rawValue)
AttributeImplconvertXmlValueToModelValue in class AttributeImpl<Integer>protected String convertModelValueToXmlValue(Integer modelValue)
AttributeImplconvertModelValueToXmlValue in class AttributeImpl<Integer>Copyright © 2019. All rights reserved.