Klasse BaseExtensionElement<E extends IRespondingMutableElement<E>>

java.lang.Object
ch.nolix.system.element.property.BaseExtensionElement<E>
Alle implementierten Schnittstellen:
IProperty
Bekannte direkte Unterklassen:
ExchangableExtensionElement, ExtensionElement

public abstract class BaseExtensionElement<E extends IRespondingMutableElement<E>> extends Object implements IProperty
  • Konstruktordetails

    • BaseExtensionElement

      protected BaseExtensionElement(E internalExtensionElement)
  • Methodendetails

    • getExtensionElement

      public final E getExtensionElement()
    • isExchangable

      public abstract boolean isExchangable()
    • addedOrChangedAttribute

      public final boolean addedOrChangedAttribute(INode<?> attribute)
      Angegeben von:
      addedOrChangedAttribute in Schnittstelle IProperty
    • fillUpAttributesInto

      public final void fillUpAttributesInto(ILinkedList<INode<?>> list)
      Angegeben von:
      fillUpAttributesInto in Schnittstelle IProperty
    • internalSetExtensionElement

      protected final void internalSetExtensionElement(E internalExtensionElement)