Interface AttributeValue<T>

All Superinterfaces:
Comparable<AttributeValue<?>>, Serializable
All Known Subinterfaces:
NumberLikeAttributeValue<T>, StringLikeAttributeValue<T>
All Known Implementing Classes:
AbstractAttributeValue, Base64BinaryAttributeValue, BooleanAttributeValue, CanonicalAttributeValue, CodeAttributeValue, DateAttributeValue, DateTimeAttributeValue, DecimalAttributeValue, IdAttributeValue, InstantAttributeValue, IntegerAttributeValue, MarkdownAttributeValue, OidAttributeValue, PositiveIntegerAttributeValue, StringAttributeValue, TimeAttributeValue, UnknownAttributeValue, UnsignedIntegerAttributeValue, UriAttributeValue, UrlAttributeValue, UuidAttributeValue, XhtmlAttributeValue

public interface AttributeValue<T> extends Serializable, Comparable<AttributeValue<?>>
  • Method Details

    • getValue

      T getValue()
    • getDataType

      String getDataType()