Class AbstractCoercionStrategy

java.lang.Object
org.eclipse.epsilon.hutn.xmi.coerce.AbstractCoercionStrategy
Direct Known Subclasses:
PrimitiveCoercionStrategy, ReferenceCoercionStrategy

public abstract class AbstractCoercionStrategy extends Object
  • Field Details

    • slot

      protected final AttributeSlot slot
    • values

      protected final org.eclipse.emf.common.util.EList<String> values
  • Constructor Details

    • AbstractCoercionStrategy

      public AbstractCoercionStrategy(AttributeSlot slot)
  • Method Details