com.tensegrity.palowebviewer.modules.paloclient.client.misc
Class XStringizedElementPath
java.lang.Object
com.tensegrity.palowebviewer.modules.paloclient.client.misc.XStringizedElementPath
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class XStringizedElementPath
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
XStringizedElementPath
public XStringizedElementPath()
stringize
public static XStringizedElementPath stringize(XElementPath path)
toList
public java.util.List toList()
fromList
public static XStringizedElementPath fromList(java.util.List list)
getDimensionIds
public java.lang.String[] getDimensionIds()
getPart
public java.lang.String[] getPart(java.lang.String dimensionId)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object