@Experimental public class ParameterType extends ObjectType
Java class for parameter-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parameter-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="string" type="{http://geode.apache.org/schema/cache}string-type"/>
<element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/>
</choice>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
declarable, string| Constructor and Description |
|---|
ParameterType() |
ParameterType(java.lang.String name) |
ParameterType(java.lang.String name,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String |
toString() |
getDeclarable, getString, setDeclarable, setStringpublic ParameterType()
public ParameterType(java.lang.String name)
public ParameterType(java.lang.String name,
java.lang.String value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
Stringpublic boolean equals(java.lang.Object o)
equals in class ObjectTypepublic int hashCode()
hashCode in class ObjectTypepublic java.lang.String toString()
toString in class ObjectType