|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agonism.dovetail.schema.QGBase | +--agonism.dovetail.schema.Column
Field Summary | |
protected boolean |
allowNull
default = "true" |
protected Comment |
comment
|
protected DefaultValue |
defaultValue
|
protected DisplayText |
displayText
|
protected boolean |
isAutoIncrement
default = "false" |
protected boolean |
isPassword
default = "false" |
protected boolean |
isPrimaryKey
default = "false" |
protected java.lang.String |
name
|
protected Reference |
reference
|
protected Type |
type
|
Fields inherited from class agonism.dovetail.schema.QGBase |
qParent |
Constructor Summary | |
Column()
|
|
Column(QGBaseIntf qParent,
java.lang.String name,
boolean isPassword,
boolean isPrimaryKey,
boolean isAutoIncrement,
boolean allowNull,
Type type,
DefaultValue defaultValue,
Reference reference,
DisplayText displayText,
Comment comment)
full constructor |
|
Column(QGBaseIntf qParent,
java.lang.String name,
Type type,
Reference reference)
minimum constructor |
Method Summary | |
void |
endElement(java.lang.String tagName,
com.jxml.quick.QContext outputContext)
Method called at the end of a Quick transformation. |
boolean |
getAllowNull()
default = "true" |
java.util.ArrayList |
getAllXChildren()
get a list of all the objects corresponding to XML children |
Comment |
getComment()
|
DefaultValue |
getDefaultValue()
|
DisplayText |
getDisplayText()
|
boolean |
getIsAutoIncrement()
default = "false" |
boolean |
getIsPassword()
default = "false" |
boolean |
getIsPrimaryKey()
default = "false" |
java.lang.String |
getName()
|
Reference |
getReference()
|
Type |
getType()
|
java.lang.String |
getXAttVal(java.lang.String attname)
|
java.util.ArrayList |
getXChildren(java.lang.String childTagName)
|
void |
print(java.io.PrintWriter pw,
java.lang.String indent)
print a summary of this object |
void |
setAllowNull(boolean allowNull)
default = "true" |
void |
setComment(Comment comment)
|
void |
setDefaultValue(DefaultValue defaultValue)
|
void |
setDisplayText(DisplayText displayText)
|
void |
setIsAutoIncrement(boolean isAutoIncrement)
default = "false" |
void |
setIsPassword(boolean isPassword)
default = "false" |
void |
setIsPrimaryKey(boolean isPrimaryKey)
default = "false" |
void |
setName(java.lang.String name)
|
void |
setReference(Reference reference)
|
void |
setType(Type type)
|
Methods inherited from class agonism.dovetail.schema.QGBase |
getXParent, print, setXParent, setXParentLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface agonism.dovetail.schema.QGBaseIntf |
getXParent, print, setXParent, setXParentLinks |
Field Detail |
protected java.lang.String name
protected boolean isPassword
protected boolean isPrimaryKey
protected boolean isAutoIncrement
protected boolean allowNull
protected Type type
protected DefaultValue defaultValue
protected Reference reference
protected DisplayText displayText
protected Comment comment
Constructor Detail |
public Column()
public Column(QGBaseIntf qParent, java.lang.String name, boolean isPassword, boolean isPrimaryKey, boolean isAutoIncrement, boolean allowNull, Type type, DefaultValue defaultValue, Reference reference, DisplayText displayText, Comment comment)
public Column(QGBaseIntf qParent, java.lang.String name, Type type, Reference reference)
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean getIsPassword()
public void setIsPassword(boolean isPassword)
public boolean getIsPrimaryKey()
public void setIsPrimaryKey(boolean isPrimaryKey)
public boolean getIsAutoIncrement()
public void setIsAutoIncrement(boolean isAutoIncrement)
public boolean getAllowNull()
public void setAllowNull(boolean allowNull)
public Type getType()
public void setType(Type type)
public DefaultValue getDefaultValue()
public void setDefaultValue(DefaultValue defaultValue)
public Reference getReference()
public void setReference(Reference reference)
public DisplayText getDisplayText()
public void setDisplayText(DisplayText displayText)
public Comment getComment()
public void setComment(Comment comment)
public void endElement(java.lang.String tagName, com.jxml.quick.QContext outputContext) throws com.jxml.quick.QPE
QGBaseIntf
endElement
in interface QGBaseIntf
endElement
in class QGBase
public void print(java.io.PrintWriter pw, java.lang.String indent)
QGBaseIntf
print
in interface QGBaseIntf
print
in class QGBase
public java.lang.String getXAttVal(java.lang.String attname)
public java.util.ArrayList getXChildren(java.lang.String childTagName)
public java.util.ArrayList getAllXChildren()
QGBaseIntf
getAllXChildren
in interface QGBaseIntf
getAllXChildren
in class QGBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |