Package xyz.euclia.jaqpotj.models
Class Parameter
java.lang.Object
xyz.euclia.jaqpotj.models.JaqpotEntity
xyz.euclia.jaqpotj.models.Parameter
public class Parameter extends JaqpotEntity
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParameter.Scope -
Constructor Summary
-
Method Summary
Modifier and Type Method Description List<Object>getAllowedValues()StringgetDescription()IntegergetMaxArraySize()ObjectgetMaxValue()IntegergetMinArraySize()ObjectgetMinValue()StringgetName()Parameter.ScopegetScope()ObjectgetValue()voidsetAllowedValues(List<Object> allowedValues)voidsetDescription(String description)voidsetMaxArraySize(Integer maxArraySize)voidsetMaxValue(Object maxValue)voidsetMinArraySize(Integer minArraySize)voidsetMinValue(Object minValue)voidsetName(String name)voidsetScope(Parameter.Scope scope)voidsetValue(Object value)Methods inherited from class xyz.euclia.jaqpotj.models.JaqpotEntity
equals, getFeatured, getId, getMeta, getOntologicalClasses, getTemporary, getVisible, hashCode, setFeatured, setId, setMeta, setOntologicalClasses, setTemporary, setVisible
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
-
Parameter
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getScope
-
setScope
-
getAllowedValues
-
setAllowedValues
-
getMinValue
-
setMinValue
-
getMaxValue
-
setMaxValue
-
getMinArraySize
-
setMinArraySize
-
getMaxArraySize
-
setMaxArraySize
-
getDescription
-
setDescription
-