Class Hierarchy.Level.Property

java.lang.Object
org.openforis.collect.mondrian.Hierarchy.Level.Property
Enclosing class:
Hierarchy.Level

public static class Hierarchy.Level.Property 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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" default="String">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="String"/>
             <enumeration value="Numeric"/>
             <enumeration value="Integer"/>
             <enumeration value="Boolean"/>
             <enumeration value="Date"/>
             <enumeration value="Time"/>
             <enumeration value="Timestamp"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="formatter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dependsOnLevelValue" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • column

      protected String column
    • type

      protected String type
    • formatter

      protected String formatter
    • caption

      protected String caption
    • description

      protected String description
    • dependsOnLevelValue

      protected Boolean dependsOnLevelValue
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getColumn

      public String getColumn()
      Gets the value of the column property.
      Returns:
      possible object is String
    • setColumn

      public void setColumn(String value)
      Sets the value of the column property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getFormatter

      public String getFormatter()
      Gets the value of the formatter property.
      Returns:
      possible object is String
    • setFormatter

      public void setFormatter(String value)
      Sets the value of the formatter property.
      Parameters:
      value - allowed object is String
    • getCaption

      public String getCaption()
      Gets the value of the caption property.
      Returns:
      possible object is String
    • setCaption

      public void setCaption(String value)
      Sets the value of the caption property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • isDependsOnLevelValue

      public boolean isDependsOnLevelValue()
      Gets the value of the dependsOnLevelValue property.
      Returns:
      possible object is Boolean
    • setDependsOnLevelValue

      public void setDependsOnLevelValue(Boolean value)
      Sets the value of the dependsOnLevelValue property.
      Parameters:
      value - allowed object is Boolean