Package org.jboss.wildscribe.site
Class Operation.Parameter
- java.lang.Object
-
- org.jboss.wildscribe.site.Operation.Parameter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()StringgetDescription()StringgetName()StringgetType()booleanisExpressionsAllowed()booleanisNillable()booleanisRequired()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public String getType()
-
isRequired
public boolean isRequired()
-
getDescription
public String getDescription()
-
isNillable
public boolean isNillable()
-
isExpressionsAllowed
public boolean isExpressionsAllowed()
-
getDefaultValue
public String getDefaultValue()
-
-