public static class Gantt.DateHeader.Tier 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="Type" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Align" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Tick" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
align |
protected String |
tick |
protected Integer |
type |
| Constructor and Description |
|---|
Tier() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAlign()
Gets the value of the align property.
|
String |
getTick()
Gets the value of the tick property.
|
Integer |
getType()
Gets the value of the type property.
|
void |
setAlign(Integer value)
Sets the value of the align property.
|
void |
setTick(String value)
Sets the value of the tick property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
public Integer getType()
Integerpublic void setType(Integer value)
value - allowed object is
Integerpublic Integer getAlign()
Integerpublic void setAlign(Integer value)
value - allowed object is
Integerpublic String getTick()
StringCopyright © 2000–2025 MPXJ. All rights reserved.