X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FCalcIdParam.java;h=cae3ec2df72c5bba605385b33315ad49ef5dfc99;hb=5247711ab4a6453614e2a9fb9307e6bae6a7b4a9;hp=9fc33840789c316febe7510a19d78a9b7ce12b95;hpb=cb7c4a276c52b0bb3e448e6761886fecc0e9d05c;p=jalview.git diff --git a/src/jalview/schemabinding/version2/CalcIdParam.java b/src/jalview/schemabinding/version2/CalcIdParam.java index 9fc3384..cae3ec2 100644 --- a/src/jalview/schemabinding/version2/CalcIdParam.java +++ b/src/jalview/schemabinding/version2/CalcIdParam.java @@ -29,13 +29,16 @@ implements java.io.Serializable //--------------------------/ /** - * handle for the calculation which uses this parameter set + * handle for the calculation which uses + * this parameter set + * */ private java.lang.String _calcId; /** - * should the calculation be performed immediately after - * loading in order to refresh results + * should the calculation be performed + * immediately after loading in order to refresh results + * */ private boolean _needsUpdate = false; @@ -45,7 +48,9 @@ implements java.io.Serializable private boolean _has_needsUpdate; /** - * should the calculation be automatically performed on edits + * should the calculation be automatically + * performed on edits + * */ private boolean _autoUpdate; @@ -85,7 +90,9 @@ implements java.io.Serializable /** * Returns the value of field 'autoUpdate'. The field * 'autoUpdate' has the following description: should the - * calculation be automatically performed on edits + * calculation be automatically + * performed on edits + * * * @return the value of field 'AutoUpdate'. */ @@ -97,7 +104,9 @@ implements java.io.Serializable /** * Returns the value of field 'calcId'. The field 'calcId' has * the following description: handle for the calculation which - * uses this parameter set + * uses + * this parameter set + * * * @return the value of field 'CalcId'. */ @@ -109,8 +118,9 @@ implements java.io.Serializable /** * Returns the value of field 'needsUpdate'. The field * 'needsUpdate' has the following description: should the - * calculation be performed immediately after loading in order - * to refresh results + * calculation be performed + * immediately after loading in order to refresh results + * * * @return the value of field 'NeedsUpdate'. */ @@ -142,7 +152,9 @@ implements java.io.Serializable /** * Returns the value of field 'autoUpdate'. The field * 'autoUpdate' has the following description: should the - * calculation be automatically performed on edits + * calculation be automatically + * performed on edits + * * * @return the value of field 'AutoUpdate'. */ @@ -154,8 +166,9 @@ implements java.io.Serializable /** * Returns the value of field 'needsUpdate'. The field * 'needsUpdate' has the following description: should the - * calculation be performed immediately after loading in order - * to refresh results + * calculation be performed + * immediately after loading in order to refresh results + * * * @return the value of field 'NeedsUpdate'. */ @@ -214,7 +227,9 @@ implements java.io.Serializable /** * Sets the value of field 'autoUpdate'. The field 'autoUpdate' * has the following description: should the calculation be - * automatically performed on edits + * automatically + * performed on edits + * * * @param autoUpdate the value of field 'autoUpdate'. */ @@ -227,7 +242,8 @@ implements java.io.Serializable /** * Sets the value of field 'calcId'. The field 'calcId' has the * following description: handle for the calculation which uses - * this parameter set + * this parameter set + * * * @param calcId the value of field 'calcId'. */ @@ -239,8 +255,9 @@ implements java.io.Serializable /** * Sets the value of field 'needsUpdate'. The field * 'needsUpdate' has the following description: should the - * calculation be performed immediately after loading in order - * to refresh results + * calculation be performed + * immediately after loading in order to refresh results + * * * @param needsUpdate the value of field 'needsUpdate'. */