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()
Integer
public void setType(Integer value)
value
- allowed object is
Integer
public Integer getAlign()
Integer
public void setAlign(Integer value)
value
- allowed object is
Integer
public String getTick()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.