Class DeclarableType

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RegionAttributesType.EvictionAttributes.LruHeapPercentage

    @Experimental
    public class DeclarableType
    extends ClassNameType
    implements java.io.Serializable
    A "declarable" element specifies a Declarable object to be placed in a Region entry.

    Java class for declarable-type complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="declarable-type">
       <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"/>
             <element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DeclarableType

        public DeclarableType()
      • DeclarableType

        public DeclarableType​(java.lang.String className)
      • DeclarableType

        public DeclarableType​(java.lang.String className,
                              java.lang.String jsonProperties)
      • DeclarableType

        public DeclarableType​(java.lang.String className,
                              java.util.Properties properties)
    • Method Detail

      • getParameters

        public java.util.List<ParameterType> getParameters()
        Gets the value of the parameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameter property.

        For example, to add a new item, do as follows:

         getParameters().add(newItem);
         

        Objects of the following type(s) are allowed in the list ParameterType

        Returns:
        List of ParameterTypes.
      • setParameters

        public void setParameters​(java.util.Properties properties)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class ClassNameType