ewex.registry
Class RegistryEntry

java.lang.Object
  extended byewex.registry.RegistryEntry

public class RegistryEntry
extends Object


Field Summary
 String name
           
 String path
           
 int type
           
 String value
           
 
Constructor Summary
RegistryEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

path

public String path

name

public String name

type

public int type

value

public String value
Constructor Detail

RegistryEntry

public RegistryEntry()