public abstract class VoidParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_hasBeenSet |
VoidParameter |
_next |
protected String |
description |
protected boolean |
immutable |
protected String |
name |
| Constructor and Description |
|---|
VoidParameter(String name_,
String desc_) |
VoidParameter(String name_,
String desc_,
Configuration.ConfigurationObject co) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDefaultStr() |
String |
getDescription() |
String |
getName() |
abstract String |
getValueStr() |
boolean |
hasBeenSet() |
boolean |
isBool() |
void |
setHasBeenSet() |
void |
setImmutable() |
boolean |
setParam() |
abstract boolean |
setParam(String value) |
protected String name
protected String description
public VoidParameter _next
protected boolean immutable
protected boolean _hasBeenSet
public VoidParameter(String name_, String desc_, Configuration.ConfigurationObject co)
public final String getName()
public final String getDescription()
public abstract boolean setParam(String value)
public boolean setParam()
public abstract String getDefaultStr()
public abstract String getValueStr()
public boolean isBool()
public void setImmutable()
public void setHasBeenSet()
public boolean hasBeenSet()
Copyright © 2019. All rights reserved.