PTP
Release 5.0

org.eclipse.ptp.debug.ui
Class PVariableManager.PVariableInfo

java.lang.Object
  extended by org.eclipse.ptp.debug.ui.PVariableManager.PVariableInfo
Enclosing class:
PVariableManager

public class PVariableManager.PVariableInfo
extends Object


Constructor Summary
PVariableManager.PVariableInfo(org.eclipse.ptp.core.elements.IPJob job, String name, boolean enabled)
           
 
Method Summary
 org.eclipse.ptp.core.elements.IPJob getJob()
           
 String getName()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVariableManager.PVariableInfo

public PVariableManager.PVariableInfo(org.eclipse.ptp.core.elements.IPJob job,
                                      String name,
                                      boolean enabled)
Method Detail

getJob

public org.eclipse.ptp.core.elements.IPJob getJob()

getName

public String getName()

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.