|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.Table.Column
public static class Table.Column
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="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute name="type" use="required" type="{http://schemas.google.com/dspl/2010}DataType" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Table.Column()
|
Method Summary | |
---|---|
java.lang.String |
getFormat()
Gets the value of the format property. |
java.lang.String |
getId()
Gets the value of the id property. |
DataType |
getType()
Gets the value of the type property. |
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setFormat(java.lang.String value)
Sets the value of the format property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setType(DataType value)
Sets the value of the type property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Table.Column()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public DataType getType()
DataType
public void setType(DataType value)
value
- allowed object is
DataType
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |