Class AbstractNonChangeableAttributeAccess

  • All Implemented Interfaces:
    AttributeAccess
    Direct Known Subclasses:
    ConstantAttributeAccess

    public abstract class AbstractNonChangeableAttributeAccess
    extends java.lang.Object
    implements AttributeAccess
    Base class for read-only attributes. Any call to setValue will throw an JaloInvalidParameterException which indicates that the attribute is not changeable.

    Subclasses only need to implement setValue yet.