|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.text.ddl.Column
public class Column
Java class for column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nullable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="decimal-digits" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
decimalDigits
|
protected java.lang.String |
name
|
protected java.lang.Boolean |
nullable
|
protected long |
size
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
Column()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDecimalDigits()
Gets the value of the decimalDigits property. |
java.lang.String |
getName()
Gets the value of the name property. |
long |
getSize()
Gets the value of the size property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isNullable()
Gets the value of the nullable property. |
void |
setDecimalDigits(java.lang.String value)
Sets the value of the decimalDigits property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNullable(java.lang.Boolean value)
Sets the value of the nullable property. |
void |
setSize(long value)
Sets the value of the size property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String type
protected java.lang.Boolean nullable
protected long size
protected java.lang.String decimalDigits
| Constructor Detail |
|---|
public Column()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isNullable()
Booleanpublic void setNullable(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getSize()
public void setSize(long value)
public java.lang.String getDecimalDigits()
Stringpublic void setDecimalDigits(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 | |||||||||