Package com.biglybt.ui.console.commands
Class Set.ParameterDeprecated
java.lang.Object
com.biglybt.ui.console.commands.Set.ParameterDeprecated
- Enclosing class:
Set
class that represents a parameter. we can use one of these objects to
verify a parameter's type and value as well as whether or not a value has been set.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionParameterDeprecated
(String iname, String ename, Boolean val) ParameterDeprecated
(String iname, String ename, Integer val) private
ParameterDeprecated
(String _iname, String _ename, Object _val, int _type) ParameterDeprecated
(String iname, String ename, String val) -
Method Summary
-
Field Details
-
PARAM_INT
private static final int PARAM_INT- See Also:
-
PARAM_BOOLEAN
private static final int PARAM_BOOLEAN- See Also:
-
PARAM_STRING
private static final int PARAM_STRING- See Also:
-
PARAM_OTHER
private static final int PARAM_OTHER- See Also:
-
type
private int type -
iname
-
ename
-
value
-
isSet
private boolean isSet -
def
-
-
Constructor Details
-
ParameterDeprecated
-
ParameterDeprecated
-
ParameterDeprecated
-
ParameterDeprecated
-
-
Method Details
-
get
returns a new Parameter object reprenting the specified parameter name- Parameters:
parameter
-- Returns:
-
getType
-
isDefault
public boolean isDefault() -
getString
-