wt.util
Class DebugProperties.GroupMember

java.lang.Object
  extended bywt.util.DebugProperties.TargetDefinition
      extended bywt.util.DebugProperties.GroupMember
Enclosing class:
DebugProperties

private static final class DebugProperties.GroupMember
extends DebugProperties.TargetDefinition


Field Summary
protected  String name
           
protected  String target
           
protected  DebugType targetType
           
 
Constructor Summary
protected DebugProperties.GroupMember(String name, 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

name

protected String name

target

protected String target

targetType

protected DebugType targetType
Constructor Detail

DebugProperties.GroupMember

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

toString

public String toString()
Overrides:
toString in class DebugProperties.TargetDefinition