org.eclipse.cdt.internal.ui.preferences
Class PathEntryVariablesGroup.PathEntryVariableElement

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.preferences.PathEntryVariablesGroup.PathEntryVariableElement
Enclosing class:
PathEntryVariablesGroup

public static class PathEntryVariablesGroup.PathEntryVariableElement
extends java.lang.Object

Simple data structure that holds a path variable name/value pair.


Field Summary
 java.lang.String name
           
 org.eclipse.core.runtime.IPath path
           
 
Constructor Summary
PathEntryVariablesGroup.PathEntryVariableElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

path

public org.eclipse.core.runtime.IPath path
Constructor Detail

PathEntryVariablesGroup.PathEntryVariableElement

public PathEntryVariablesGroup.PathEntryVariableElement()