public static class RegionConfig.Entry.Key
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 |
---|
Key() |
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()
StringType
public void setString(StringType value)
value
- allowed object is
StringType
public DeclarableType getDeclarable()
DeclarableType
public void setDeclarable(DeclarableType value)
value
- allowed object is
DeclarableType