wt.util
Class DebugProperties.TargetDefinition

java.lang.Object
  extended bywt.util.DebugProperties.TargetDefinition
Direct Known Subclasses:
DebugProperties.ElementSetFlag, DebugProperties.GroupMember
Enclosing class:
DebugProperties

private static class DebugProperties.TargetDefinition
extends Object


Field Summary
protected  String target
           
protected  DebugType targetType
           
 
Constructor Summary
protected DebugProperties.TargetDefinition(String target, DebugType target_type)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

protected String target

targetType

protected DebugType targetType
Constructor Detail

DebugProperties.TargetDefinition

protected DebugProperties.TargetDefinition(String target,
                                           DebugType target_type)
Method Detail

toString

public String toString()