Package org.openforis.collect.mondrian
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>
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaption()Gets the value of the caption property.StringgetColumn()Gets the value of the column property.StringgetDescription()Gets the value of the description property.StringgetFormatter()Gets the value of the formatter property.StringgetName()Gets the value of the name property.StringgetType()Gets the value of the type property.booleanisDependsOnLevelValue()Gets the value of the dependsOnLevelValue property.voidsetCaption(String value)Sets the value of the caption property.voidsetColumn(String value)Sets the value of the column property.voidsetDependsOnLevelValue(Boolean value)Sets the value of the dependsOnLevelValue property.voidsetDescription(String value)Sets the value of the description property.voidsetFormatter(String value)Sets the value of the formatter property.voidsetName(String value)Sets the value of the name property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isDependsOnLevelValue
public boolean isDependsOnLevelValue()
Gets the value of the dependsOnLevelValue property.- Returns:
- possible object is
Boolean
-
-