public class ContextParameter
extends java.lang.Object
Java class for contextParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contextParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="use" type="{http://www.hybris.de/xsd/processdefinition}parameterUse" />
<attribute name="type" use="required" type="{http://www.hybris.de/xsd/processdefinition}javaType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
type |
protected ParameterUse |
use |
| Constructor and Description |
|---|
ContextParameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
ParameterUse |
getUse()
Gets the value of the use property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUse(ParameterUse value)
Sets the value of the use property.
|
protected java.lang.String name
protected ParameterUse use
protected java.lang.String type
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic ParameterUse getUse()
ParameterUsepublic void setUse(ParameterUse value)
value - allowed object is
ParameterUsepublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.