John W. Campbell
This is an interface to handle the special checking of JdlKeywordDataModule
parameters to see if the requested updates are currently allowed by the
program (for the parseKDMLine method of the JdlKeywordDataModule object).
Definition and methods:
Class Details
Accessible Fields
Methods
- Package:
- Jdl.JdlKDM;
- Class name:
- JdlKDMUpdateChecker
- Class definition:
- public interface JdlKDMUpdateChecker
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This interface has a single method to perform the check.
Method:
Check update - checkUpdate
Handle the special checking of JdlKeywordDataModule parameters
to see if updates currently allowed by the program (for the parseKDMLine
method of the JdlKeywordDataModule object).
- Method Definition:
- public boolean checkUpdate(String name)
- Parameters List:
- name
- The parameter name of the keyword parameter to be checked.
- Method Return:
-
Return true if the update is allowed, otherwise return false.
⇑ Up 2
⇑ Up 1
⇑ Top of this