com.intel.gpe.client2.common.panels.remotefs
Class PathElement
java.lang.Object
com.intel.gpe.client2.common.panels.remotefs.PathElement
public class PathElement
- extends java.lang.Object
The class representing an element of the path in the remote file tree.
- Version:
- $Id: PathElement.java,v 1.1 2006/07/17 12:19:47 lukichev Exp $
- Author:
- Alexander Lukichev
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathElement
public PathElement(PathElement.PathElementType type,
java.lang.Object value)
getType
public PathElement.PathElementType getType()
setType
public void setType(PathElement.PathElementType type)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
Copyright © 2008. All Rights Reserved.