|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo
Base class for ClassMappingInfo and FieldMappingInfo.
| Constructor Summary | |
MappingInfo()
|
|
| Method Summary | |
void |
addAttribute(java.lang.String name,
java.lang.String value)
Add the given attribute to the mapping information. |
void |
addField(com.solarmetric.rd.kodo.impl.jdbc.meta.FieldMappingInfo value)
Add the given embedded field to the mapping information. |
java.lang.String |
getAttribute(java.lang.String name)
Return the given attribute to the mapping information. |
java.lang.String[] |
getAttributeNames()
Return all attribute keys. |
com.solarmetric.rd.kodo.impl.jdbc.meta.FieldMappingInfo |
getField(java.lang.String name)
Return information on the given embedded field. |
com.solarmetric.rd.kodo.impl.jdbc.meta.FieldMappingInfo[] |
getFields()
Return all embedded fields. |
java.lang.String |
getMappingType()
Return the type for this mapping. |
void |
setMappingType(java.lang.String mappingType)
Set the type for this mapping. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MappingInfo()
| Method Detail |
public java.lang.String getMappingType()
public void setMappingType(java.lang.String mappingType)
public java.lang.String getAttribute(java.lang.String name)
public void addAttribute(java.lang.String name,
java.lang.String value)
public java.lang.String[] getAttributeNames()
public com.solarmetric.rd.kodo.impl.jdbc.meta.FieldMappingInfo getField(java.lang.String name)
public void addField(com.solarmetric.rd.kodo.impl.jdbc.meta.FieldMappingInfo value)
public com.solarmetric.rd.kodo.impl.jdbc.meta.FieldMappingInfo[] getFields()
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||