|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.map.ESIMapInfo
Container for ESIMap information.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
elementMetaName
|
private String[] |
keyAttributes
|
private String |
mapFileName
|
private static String |
RESOURCE
|
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. |
static String |
getFileName(String path)
|
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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String mapFileName
private String elementMetaName
private String[] keyAttributes
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
public static String getFileName(String path)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |