com.tensegrity.palowebviewer.modules.paloclient.client.misc
Class XStringizedElementPath

java.lang.Object
  extended by 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


Constructor Summary
XStringizedElementPath()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static XStringizedElementPath fromList(java.util.List list)
           
 java.lang.String[] getDimensionIds()
           
 java.lang.String[] getPart(java.lang.String dimensionId)
           
 int hashCode()
           
static XStringizedElementPath stringize(XElementPath path)
           
 java.util.List toList()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStringizedElementPath

public XStringizedElementPath()
Method Detail

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