Package de.hsh.graja.gui.model
Class SubmissionChoice
java.lang.Object
de.hsh.graja.gui.model.SubmissionChoice
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
static SubmissionChoice
fromString
(String string) Gets the value of the property currentModelSolution.Gets the value of the property currentPath.boolean
Gets the value of the property singleModelSolution.boolean
Gets the value of the property takeFromTaskZip.void
setCurrentModelSolution
(String currentModelSolution) Sets the value of the property currentModelSolution.void
setCurrentPath
(String currentPath) Sets the value of the property currentPath.void
setSingleModelSolution
(boolean singleModelSolution) Sets the value of the property singleModelSolution.void
setTakeFromTaskZip
(boolean takeFromTaskZip) Sets the value of the property takeFromTaskZip.javafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty
toString()
static String
toString
(SubmissionChoice submission)
-
Property Details
-
takeFromTaskZip
public javafx.beans.property.BooleanProperty takeFromTaskZipProperty -
singleModelSolution
public javafx.beans.property.BooleanProperty singleModelSolutionProperty -
currentModelSolution
public javafx.beans.property.StringProperty currentModelSolutionProperty -
currentPath
public javafx.beans.property.StringProperty currentPathProperty- See Also:
-
-
Constructor Details
-
SubmissionChoice
public SubmissionChoice()initialize default values
-
-
Method Details
-
getTakeFromTaskZip
public boolean getTakeFromTaskZip()Gets the value of the property takeFromTaskZip.- Property description:
-
setTakeFromTaskZip
public void setTakeFromTaskZip(boolean takeFromTaskZip) Sets the value of the property takeFromTaskZip.- Property description:
-
takeFromTaskZipProperty
public javafx.beans.property.BooleanProperty takeFromTaskZipProperty() -
getSingleModelSolution
public boolean getSingleModelSolution()Gets the value of the property singleModelSolution.- Property description:
-
setSingleModelSolution
public void setSingleModelSolution(boolean singleModelSolution) Sets the value of the property singleModelSolution.- Property description:
-
singleModelSolutionProperty
public javafx.beans.property.BooleanProperty singleModelSolutionProperty() -
getCurrentModelSolution
Gets the value of the property currentModelSolution.- Property description:
-
setCurrentModelSolution
Sets the value of the property currentModelSolution.- Property description:
-
currentModelSolutionProperty
public javafx.beans.property.StringProperty currentModelSolutionProperty() -
getCurrentPath
Gets the value of the property currentPath.- Property description:
-
setCurrentPath
Sets the value of the property currentPath.- Property description:
- Throws:
ModelException
-
currentPathProperty
public javafx.beans.property.StringProperty currentPathProperty()- See Also:
-
toString
-
toString
-
fromString
-