public class Parameter extends Object
Constructor and Description |
---|
Parameter(String name,
Type type) |
Parameter(String name,
Type type,
String label,
String description,
Object defaultValue,
boolean hidden,
String value) |
Parameter(String name,
Type type,
String label,
String description,
Object defaultValue,
boolean hidden,
String value,
Map<String,AbstractConstraint> constraints) |
Modifier and Type | Method and Description |
---|---|
Map<String,AbstractConstraint> |
getConstraints() |
Object |
getDefaultValue() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
Type |
getType() |
String |
getValue() |
boolean |
isHidden() |
void |
setConstraints(Map<String,AbstractConstraint> constraints) |
void |
setDefaultValue(Object defaultValue) |
void |
setDescription(String description) |
void |
setHidden(boolean hidden) |
void |
setLabel(String label) |
void |
setValue(String value) |
public Parameter(String name, Type type, String label, String description, Object defaultValue, boolean hidden, String value)
public void setLabel(String label)
public void setDescription(String description)
public void setDefaultValue(Object defaultValue)
public void setHidden(boolean hidden)
public Type getType()
public String getLabel()
public String getDescription()
public Object getDefaultValue()
public boolean isHidden()
public String getName()
public String getValue()
public void setValue(String value)
public void setConstraints(Map<String,AbstractConstraint> constraints)
public Map<String,AbstractConstraint> getConstraints()
Copyright © 2016–2017. All rights reserved.