Package de.hsh.graja.gui.model
Class Variability
java.lang.Object
de.hsh.graja.gui.model.Variability
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterUnmarshal
(javax.xml.bind.Unmarshaller unmarshaller, Object parent) Postprocessing sets task dependent datavoid
beforeMarshal
(javax.xml.bind.Marshaller marshaller) Convert the selected values to value (no specs).Gets the value of the property selected.Gets the value of the property varSpec.boolean
Gets the value of the property template.javafx.beans.property.ListProperty<V>
javafx.beans.property.BooleanProperty
javafx.beans.property.ObjectProperty<VarSpec>
-
Property Details
-
selected
- See Also:
-
varSpec
- See Also:
-
template
public javafx.beans.property.BooleanProperty templateProperty- See Also:
-
-
Constructor Details
-
Variability
public Variability() -
Variability
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
Postprocessing sets task dependent data -
getSelected
Gets the value of the property selected.- Property description:
-
selectedProperty
- See Also:
-
getVarSpec
Gets the value of the property varSpec.- Property description:
-
varSpecProperty
- See Also:
-
getSelectedAsCV
-
isTemplate
public boolean isTemplate()Gets the value of the property template.- Property description:
-
templateProperty
public javafx.beans.property.BooleanProperty templateProperty()- See Also:
-