public class BooleanParameter extends LeafParameter<Boolean>
| Constructor and Description |
|---|
BooleanParameter(String identifier,
String name,
String description,
Cardinality cardinality) |
| Modifier and Type | Method and Description |
|---|---|
Class<Boolean> |
getParameterType() |
String |
toString() |
equals, getCardinality, getDescription, getIdentifier, getName, hashCode, setCardinality, setDescription, setIdentifier, setNamepublic BooleanParameter(String identifier, String name, String description, Cardinality cardinality)
public Class<Boolean> getParameterType()
getParameterType in class LeafParameter<Boolean>Copyright © 2013. All Rights Reserved.