Class PredicateModifierSlot<T>

java.lang.Object
org.incenp.obofoundry.sssom.slots.Slot<T>
org.incenp.obofoundry.sssom.slots.PredicateModifierSlot<T>
Type Parameters:
T - The type of SSSOM object the slot is associated with. Of note, currently, only the Mapping object is defined to have a slot of that type.

public class PredicateModifierSlot<T> extends Slot<T>
Represents a metadata slot that holds a predicate modifier enumeration value.
  • Constructor Details

    • PredicateModifierSlot

      public PredicateModifierSlot(Field field)
      Creates a new instance.
      Parameters:
      field - The Java field that store the slot's data in a SSSOM object.
  • Method Details

    • accept

      public void accept(ISlotVisitor<T> visitor, T target, Object value)
      Description copied from class: Slot
      Accepts a visitor.
      Overrides:
      accept in class Slot<T>
      Parameters:
      visitor - The visitor to accept.
      target - The object this slot is attached to.
      value - The value of the slot.
    • setValue

      public void setValue(T object, String value)
      Parses a string into a predicate modifier enumeration value.
      Overrides:
      setValue in class Slot<T>
      Parameters:
      object - The object (e.g. a mapping or a mapping set) for which the slot should be set.
      value - The value to assign to the slot on the given object.
      Throws:
      IllegalArgumentException - If the string does not represent any known predicate modifier value/