Class ObjectType
java.lang.Object
org.apache.geode.cache.configuration.ObjectType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParameterType
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>
ObjectType represents either a string or an object represented by the DeclarableType- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the declarable property.Gets the value of the string property.inthashCode()voidsetDeclarable(DeclarableType value) Sets the value of the declarable property.voidSets the value of the string property.toString()
-
Field Details
-
string
-
declarable
-
-
Constructor Details
-
ObjectType
public ObjectType() -
ObjectType
-
ObjectType
-
-
Method Details
-
getString
Gets the value of the string property.- Returns:
- the string.
-
setString
Sets the value of the string property.- Parameters:
string- the string.
-
getDeclarable
Gets the value of the declarable property. possible object isDeclarableType- Returns:
- the declarable type.
-
setDeclarable
Sets the value of the declarable property. allowed object isDeclarableType- Parameters:
value- the declarable type.
-
equals
-
hashCode
public int hashCode() -
toString
-