Class LocalizableFeatureAccess

  • All Implemented Interfaces:
    AttributeAccess

    public class LocalizableFeatureAccess
    extends PropertyAccess
    Default feature access for localized properties. This one is used whenever there is no static field feature access field is declared for a feature which modifiers contains the AttributeDescriptor.PROPERTY flag.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(SessionContext ctx, Item item)
      Retrieves the attribute data from a given item.
      void setValue​(SessionContext ctx, Item item, java.lang.Object value)
      Stores the attribute data for a given item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait