com.intel.gpe.client2.common.panels.remotefs
Class PathElement

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

Nested Class Summary
static class PathElement.PathElementType
           
 
Constructor Summary
PathElement(PathElement.PathElementType type, java.lang.Object value)
           
 
Method Summary
 PathElement.PathElementType getType()
           
 java.lang.Object getValue()
           
 void setType(PathElement.PathElementType type)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathElement

public PathElement(PathElement.PathElementType type,
                   java.lang.Object value)
Method Detail

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.