public static class RegionConfig.Entry.Value
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeclarableType |
declarable |
protected StringType |
string |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
DeclarableType |
getDeclarable()
Gets the value of the declarable property.
|
StringType |
getString()
Gets the value of the string property.
|
void |
setDeclarable(DeclarableType value)
Sets the value of the declarable property.
|
void |
setString(StringType value)
Sets the value of the string property.
|
protected StringType string
protected DeclarableType declarable
public StringType getString()
StringTypepublic void setString(StringType value)
value - allowed object is
StringTypepublic DeclarableType getDeclarable()
DeclarableTypepublic void setDeclarable(DeclarableType value)
value - allowed object is
DeclarableType