Package com.jackmeng
Class use_MUTableDefinition
java.lang.Object
com.jackmeng.use_MUTableDefinition
- All Implemented Interfaces:
impl_Identifiable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final impl_Callback<String>
private final impl_ForYou<String>
private final impl_Guard<String>
-
Constructor Summary
ConstructorDescriptionuse_MUTableDefinition
(String name, String key, String defVal, impl_Guard<String> r, impl_ForYou<String> ok, impl_Callback<String> callMe) use_MUTableDefinition
(String name, String key, String defVal, String[] l, impl_ForYou<String> ok, impl_Callback<String> callMe) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jackmeng.core.abst.impl_Identifiable
id
-
Field Details
-
name
-
key
-
defaultVal
-
onValidate
-
onOk
-
callMe
-
-
Constructor Details
-
use_MUTableDefinition
public use_MUTableDefinition(String name, String key, String defVal, impl_Guard<String> r, impl_ForYou<String> ok, impl_Callback<String> callMe) -
use_MUTableDefinition
public use_MUTableDefinition(String name, String key, String defVal, String[] l, impl_ForYou<String> ok, impl_Callback<String> callMe)
-
-
Method Details
-
check
-
validate
-
get
-