public static class Gantt.Calendar 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="WorkDays" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="WeekStart" type="{}ganttDesignerDay" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DayOfWeek |
weekStart |
protected String |
workDays |
Constructor and Description |
---|
Calendar() |
Modifier and Type | Method and Description |
---|---|
DayOfWeek |
getWeekStart()
Gets the value of the weekStart property.
|
String |
getWorkDays()
Gets the value of the workDays property.
|
void |
setWeekStart(DayOfWeek value)
Sets the value of the weekStart property.
|
void |
setWorkDays(String value)
Sets the value of the workDays property.
|
public String getWorkDays()
String
public void setWorkDays(String value)
value
- allowed object is
String
public DayOfWeek getWeekStart()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.