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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
caption |
protected String |
column |
protected Boolean |
dependsOnLevelValue |
protected String |
description |
protected String |
formatter |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Gets the value of the caption property.
|
String |
getColumn()
Gets the value of the column property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFormatter()
Gets the value of the formatter property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isDependsOnLevelValue()
Gets the value of the dependsOnLevelValue property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setDependsOnLevelValue(Boolean value)
Sets the value of the dependsOnLevelValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFormatter(String value)
Sets the value of the formatter property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String column
protected String type
protected String formatter
protected String caption
protected String description
protected Boolean dependsOnLevelValue
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getFormatter()
Stringpublic void setFormatter(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isDependsOnLevelValue()
BooleanCopyright © 2020 Open Foris. All rights reserved.