Package de.hsh.graja.gui.model
Class SubmissionChoice
java.lang.Object
de.hsh.graja.gui.model.SubmissionChoice
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.BooleanProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertystatic SubmissionChoicefromString(String string) Gets the value of the property currentModelSolution.Gets the value of the property currentPath.booleanGets the value of the property singleModelSolution.booleanGets the value of the property takeFromTaskZip.voidsetCurrentModelSolution(String currentModelSolution) Sets the value of the property currentModelSolution.voidsetCurrentPath(String currentPath) Sets the value of the property currentPath.voidsetSingleModelSolution(boolean singleModelSolution) Sets the value of the property singleModelSolution.voidsetTakeFromTaskZip(boolean takeFromTaskZip) Sets the value of the property takeFromTaskZip.javafx.beans.property.BooleanPropertyjavafx.beans.property.BooleanPropertytoString()static StringtoString(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
-