|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.map.ESIMapInfo
public final class ESIMapInfo
Container for ESIMap information.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
ESIMapInfo(String mapFileName,
String elementMetaName,
String[] keyAttributes)
Only constructor for the object, insures that the object is initialized properly. |
|
| Method Summary | |
|---|---|
String |
getElementMetaName()
Gets the value of the attribute: elementMetaName; When mapping the object, the output Info*Engine Element metadata element "com.infoengine.xml.esi" is to be assigned the value of this attribute. |
String[] |
getKeyAttributes()
Gets the value of the attribute: keyAttributes; The names of the key attributes used to filter out duplicates. |
ESIMap |
getMap()
Returns the ESIMap identified by the value of the mapFileName attribute. |
String |
getMapFileName()
Gets the value of the attribute: mapFileName; The location of the ESIMap source file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ESIMapInfo(String mapFileName,
String elementMetaName,
String[] keyAttributes)
mapFileName - elementMetaName - keyAttributes - | Method Detail |
|---|
public String getMapFileName()
public String getElementMetaName()
public String[] getKeyAttributes()
public ESIMap getMap()
throws ESIMapException
ESIMapException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||