|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ephman.abra.tools.JField
Field Summary | |
protected java.lang.String |
_collectionType
|
protected boolean |
_isCollection
|
protected boolean |
_noMarshal
|
(package private) boolean |
_required
|
protected boolean |
_xmlAttribute
|
(package private) java.lang.String |
constraint
|
(package private) java.lang.String |
constraintName
|
(package private) java.lang.String |
description
|
(package private) TypeMap |
dkType
|
(package private) java.lang.String |
getSet
|
(package private) java.lang.String |
javaName
|
(package private) java.lang.String |
length
|
(package private) java.lang.String |
mapFileType
|
(package private) java.lang.String |
sqlName
|
(package private) boolean |
unique
|
Constructor Summary | |
JField()
|
Method Summary | |
boolean |
canMarshal()
|
(package private) boolean |
exists(java.lang.String n)
|
java.lang.String |
getCollectionType()
|
java.lang.String |
getConstraint()
Get the value of constraint. |
java.lang.String |
getConstraintName()
Get the value of constraint. |
java.lang.String |
getDescription()
Get the value of description. |
TypeMap |
getDkType()
Get the value of dkType. |
java.lang.String |
getGetSet()
|
java.lang.String |
getJavaName()
Get the value of javaName. |
java.lang.String |
getLength()
|
java.lang.String |
getMapFileType()
|
java.lang.String |
getObjectDefaultValue()
|
java.lang.String |
getObjectType()
|
java.lang.String |
getSqlName()
Get the value of sqlName. |
java.lang.String |
getSqlType()
|
boolean |
isArray()
|
boolean |
isArrayList()
|
boolean |
isCollection()
|
boolean |
isDate()
|
boolean |
isDbColumn()
|
boolean |
isInline()
|
boolean |
isRequired()
|
boolean |
isTransient()
|
boolean |
isUnique()
Get the value of unique. |
boolean |
isVector()
|
boolean |
isXmlAttribute()
|
void |
setAsDate()
|
void |
setCollection(boolean _isCollection)
|
void |
setCollectionType(java.lang.String _collectionType)
|
void |
setConstraint(java.lang.String v)
Set the value of constraint. |
void |
setConstraintName(java.lang.String v)
Set the value of constraint. |
void |
setDescription(java.lang.String v)
Set the value of description. |
void |
setDkType(TypeMap v)
Set the value of dkType. |
void |
setJavaName(java.lang.String v)
Set the value of javaName. |
void |
setLength(java.lang.String len)
|
void |
setMapFileType(java.lang.String v)
|
void |
setRequired()
|
void |
setSqlName(java.lang.String v)
Set the value of sqlName. |
void |
setToVector()
|
void |
setUnique(boolean v)
Set the value of unique. |
java.lang.String |
toFileString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String constraintName
java.lang.String constraint
java.lang.String description
boolean unique
java.lang.String getSet
java.lang.String javaName
TypeMap dkType
java.lang.String mapFileType
java.lang.String sqlName
protected boolean _isCollection
protected java.lang.String _collectionType
protected boolean _noMarshal
protected boolean _xmlAttribute
boolean _required
java.lang.String length
Constructor Detail |
public JField()
Method Detail |
public boolean isInline()
public java.lang.String getConstraintName()
public void setConstraintName(java.lang.String v)
v
- Value to assign to constraint.public java.lang.String getConstraint()
public void setConstraint(java.lang.String v)
v
- Value to assign to constraint.public java.lang.String getDescription()
public void setDescription(java.lang.String v)
v
- Value to assign to description.public boolean isUnique()
public void setUnique(boolean v)
v
- Value to assign to unique.public boolean isDate()
public void setAsDate()
public boolean isDbColumn()
public java.lang.String getGetSet()
public java.lang.String getJavaName()
public void setJavaName(java.lang.String v)
v
- Value to assign to javaName.public TypeMap getDkType()
public void setDkType(TypeMap v)
v
- Value to assign to dkType.public java.lang.String getObjectType()
public java.lang.String getMapFileType()
public void setMapFileType(java.lang.String v)
public java.lang.String getObjectDefaultValue()
public java.lang.String getSqlName()
public void setSqlName(java.lang.String v)
v
- Value to assign to sqlName.public boolean isTransient()
public java.lang.String getSqlType()
public void setToVector()
public boolean isCollection()
public void setCollection(boolean _isCollection)
public java.lang.String getCollectionType()
public void setCollectionType(java.lang.String _collectionType)
public boolean isVector()
public boolean isArray()
public boolean isArrayList()
public boolean canMarshal()
public boolean isXmlAttribute()
public boolean isRequired()
public void setRequired()
public java.lang.String getLength()
public void setLength(java.lang.String len)
public java.lang.String toFileString()
boolean exists(java.lang.String n)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |