Class ConfigDef.ConfigKey
public class ConfigDef.ConfigKey : JVMBridgeBase<ConfigDef.ConfigKey>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ConfigDef.ConfigKey
- Implements
- Inherited Members
-
JVMBridgeBase<ConfigDef.ConfigKey>.SExecuteWithSignature(IJavaType, string, string, params object[])JVMBridgeBase<ConfigDef.ConfigKey>.SExecute<TNewClass, TReturn, TConverter>(string, params object[])
Constructors
ConfigKey()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ConfigKey()
ConfigKey(String, Type, object, Validator, Importance, String, String, int, Width, String, List<String>, Recommender, bool)
public ConfigKey(String arg0, ConfigDef.Type arg1, object arg2, ConfigDef.Validator arg3, ConfigDef.Importance arg4, String arg5, String arg6, int arg7, ConfigDef.Width arg8, String arg9, List<String> arg10, ConfigDef.Recommender arg11, bool arg12)
Parameters
arg0
Stringarg1
ConfigDef.Typearg2
objectarg3
ConfigDef.Validatorarg4
ConfigDef.Importancearg5
Stringarg6
Stringarg7
intarg8
ConfigDef.Widtharg9
Stringarg10
List<String>arg11
ConfigDef.Recommenderarg12
bool
ConfigKey(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ConfigKey(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
alternativeString
public String alternativeString { get; }
Property Value
defaultValue
public object defaultValue { get; }
Property Value
dependents
public List dependents { get; }
Property Value
displayName
public String displayName { get; }
Property Value
documentation
public String documentation { get; }
Property Value
group
public String group { get; }
Property Value
importance
public ConfigDef.Importance importance { get; }
Property Value
internalConfig
public bool internalConfig { get; }
Property Value
name
public String name { get; }
Property Value
orderInGroup
public int orderInGroup { get; }
Property Value
recommender
public ConfigDef.Recommender recommender { get; }
Property Value
type
public ConfigDef.Type type { get; }
Property Value
validator
public ConfigDef.Validator validator { get; }
Property Value
width
public ConfigDef.Width width { get; }
Property Value
Methods
HasDefault()
public bool HasDefault()
Returns
TypeMethod()
public ConfigDef.Type TypeMethod()