public interface XMLAttributeInfo
Modifier and Type | Method and Description |
---|---|
int |
getChildsCount(java.lang.String name) |
java.lang.String |
getFkCodeName() |
java.lang.String |
getFkTableName() |
GeometryType |
getGeometryType() |
int |
getMaxChildCount(java.lang.String childName) |
java.lang.String |
getName() |
java.lang.String |
getPath() |
int |
getPrecision() |
int |
getScale() |
int |
getSize() |
XMLTableInfo |
getTable() |
int |
getType() |
boolean |
hasChilds() |
boolean |
isAggregate() |
boolean |
isFk() |
boolean |
isPk() |
java.lang.String getFkCodeName()
java.lang.String getFkTableName()
GeometryType getGeometryType()
int getMaxChildCount(java.lang.String childName)
java.lang.String getName()
java.lang.String getPath()
int getPrecision()
int getScale()
int getSize()
XMLTableInfo getTable()
int getType()
boolean hasChilds()
int getChildsCount(java.lang.String name)
boolean isAggregate()
boolean isFk()
boolean isPk()