public static class Gantt.Globalization 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"> <sequence> <element name="Culture"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="LCID" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ISO" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DN" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Cal" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="UICulture"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="LCID" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ISO" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DN" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Cal" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Parent" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Currency"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="LCID" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ISO" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DN" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Currency" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="RegionInfo" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Gantt.Globalization.Culture
Java class for anonymous complex type.
|
static class |
Gantt.Globalization.Currency
Java class for anonymous complex type.
|
static class |
Gantt.Globalization.UICulture
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Gantt.Globalization.Culture |
culture |
protected Gantt.Globalization.Currency |
currency |
protected String |
regionInfo |
protected Gantt.Globalization.UICulture |
uiCulture |
Constructor and Description |
---|
Globalization() |
Modifier and Type | Method and Description |
---|---|
Gantt.Globalization.Culture |
getCulture()
Gets the value of the culture property.
|
Gantt.Globalization.Currency |
getCurrency()
Gets the value of the currency property.
|
String |
getRegionInfo()
Gets the value of the regionInfo property.
|
Gantt.Globalization.UICulture |
getUICulture()
Gets the value of the uiCulture property.
|
void |
setCulture(Gantt.Globalization.Culture value)
Sets the value of the culture property.
|
void |
setCurrency(Gantt.Globalization.Currency value)
Sets the value of the currency property.
|
void |
setRegionInfo(String value)
Sets the value of the regionInfo property.
|
void |
setUICulture(Gantt.Globalization.UICulture value)
Sets the value of the uiCulture property.
|
protected Gantt.Globalization.Culture culture
protected Gantt.Globalization.UICulture uiCulture
protected Gantt.Globalization.Currency currency
protected String regionInfo
public Gantt.Globalization.Culture getCulture()
Gantt.Globalization.Culture
public void setCulture(Gantt.Globalization.Culture value)
value
- allowed object is
Gantt.Globalization.Culture
public Gantt.Globalization.UICulture getUICulture()
Gantt.Globalization.UICulture
public void setUICulture(Gantt.Globalization.UICulture value)
value
- allowed object is
Gantt.Globalization.UICulture
public Gantt.Globalization.Currency getCurrency()
Gantt.Globalization.Currency
public void setCurrency(Gantt.Globalization.Currency value)
value
- allowed object is
Gantt.Globalization.Currency
public String getRegionInfo()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.