| java.lang.Object net.sourceforge.jaxor.parser.Attribute
Attribute | public class Attribute (Code) | | |
Attribute | public Attribute()(Code) | | |
Attribute | public Attribute(String name, String type, boolean nullable, boolean readOnly)(Code) | | |
getBooleanConstructorList | public String getBooleanConstructorList()(Code) | | |
getPropertyAsString | public String getPropertyAsString()(Code) | | |
isAggregate | public boolean isAggregate()(Code) | | |
isAutoAssign | public boolean isAutoAssign()(Code) | | |
isMatchOnUpdate | public boolean isMatchOnUpdate()(Code) | | |
isNullable | public boolean isNullable()(Code) | | |
isPrimaryKey | public boolean isPrimaryKey()(Code) | | |
isPrimitive | public boolean isPrimitive()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
setAggregate | public void setAggregate(boolean _aggregate)(Code) | | |
setAutoAssign | public void setAutoAssign(boolean autoAssign)(Code) | | |
setIsPrimaryKey | public void setIsPrimaryKey(boolean primaryKey)(Code) | | |
setMatchonupdate | public void setMatchonupdate(boolean matchOnUpdate)(Code) | | |
setNullable | public void setNullable(boolean b)(Code) | | |
|
|