Class ClassNameType
java.lang.Object
org.apache.geode.cache.configuration.ClassNameType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeclarableType
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">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the className property.inthashCode()voidsetClassName(String value) Sets the value of the className property.toString()
-
Field Details
-
className
-
-
Constructor Details
-
ClassNameType
public ClassNameType() -
ClassNameType
-
-
Method Details