Class NumericAttribute


  • public class NumericAttribute
    extends 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">
           <attribute name="filter-exp" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="alias-exp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="type">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <pattern value="([Cc](ounter|OUNTER)|[Gg](auge|AUGE))"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="compress-alias" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • NumericAttribute

        public NumericAttribute()
    • Method Detail

      • getFilterExp

        public String getFilterExp()
        Gets the value of the filterExp property.
        Returns:
        possible object is String
      • setFilterExp

        public void setFilterExp​(String value)
        Sets the value of the filterExp property.
        Parameters:
        value - allowed object is String
      • getAliasExp

        public String getAliasExp()
        Gets the value of the aliasExp property.
        Returns:
        possible object is String
      • setAliasExp

        public void setAliasExp​(String value)
        Sets the value of the aliasExp property.
        Parameters:
        value - allowed object is String
      • setType

        public void setType​(AttributeType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is AttributeType
      • isCompressAlias

        public boolean isCompressAlias()
        Gets the value of the compressAlias property.
        Returns:
        possible object is Boolean
      • setCompressAlias

        public void setCompressAlias​(Boolean value)
        Sets the value of the compressAlias property.
        Parameters:
        value - allowed object is Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object