Class Variability

java.lang.Object
de.hsh.graja.gui.model.Variability

public class Variability extends Object
  • Property Details

    • selected

      public javafx.beans.property.ListProperty<V> selectedProperty
      See Also:
    • varSpec

      public javafx.beans.property.ObjectProperty<VarSpec> varSpecProperty
      See Also:
    • template

      public javafx.beans.property.BooleanProperty templateProperty
      See Also:
  • Constructor Details

    • Variability

      public Variability()
    • Variability

      public Variability(Task task)
      initialize default values
  • Method Details

    • beforeMarshal

      public void beforeMarshal(javax.xml.bind.Marshaller marshaller)
      Convert the selected values to value (no specs). This is needed, when there are Vt values that might include (as a spec) references outside of the VtSpec itself.
    • afterUnmarshal

      public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
      Postprocessing sets task dependent data
    • getSelected

      public List<V> getSelected()
      Gets the value of the property selected.
      Property description:
    • selectedProperty

      public javafx.beans.property.ListProperty<V> selectedProperty()
      See Also:
    • getVarSpec

      public VarSpec getVarSpec()
      Gets the value of the property varSpec.
      Property description:
    • varSpecProperty

      public javafx.beans.property.ObjectProperty<VarSpec> varSpecProperty()
      See Also:
    • getSelectedAsCV

      public CV getSelectedAsCV()
    • isTemplate

      public boolean isTemplate()
      Gets the value of the property template.
      Property description:
    • templateProperty

      public javafx.beans.property.BooleanProperty templateProperty()
      See Also: