Package org.eclipse.wst.xsl.core.model
public class Parameter extends org.eclipse.wst.xsl.core.model.VariableThe
xsl:parameter
or xsl:with-param
model element.Constructor Summary |
Parameter(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet) |
Method Summary | |
public java.lang.String | getAs() |
public org.eclipse.wst.xsl.core.model.XSLModelObject.Type | getModelType() |
public boolean | isValue() Get whether this has a value. |
public void | setValue(boolean valueSet) Set whether this has a value. |
Constructor Detail |
public Parameter(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet)
Create a new instance of this.
Methods Detail |
public java.lang.String getAs()
java.lang.String
public org.eclipse.wst.xsl.core.model.XSLModelObject.Type getModelType()
org.eclipse.wst.xsl.core.model.XSLModelObject.Type
public boolean isValue()
Get whether this has a value.
boolean
- true
if this has a value
public void setValue(boolean valueSet)
Set whether this has a value.
valueSet
- true
if this has a value