JTP API Documentation

jtp.util
Class NativePropertyExporter

java.lang.Object
  |
  +--jtp.util.NativePropertyExporter
All Implemented Interfaces:
PropertyExporter

public class NativePropertyExporter
extends Object
implements PropertyExporter

NativePropertyExporter.java Created: Tue Jan 30 19:18:43 2001


Constructor Summary
NativePropertyExporter(Object source)
           
 
Method Summary
 Object getValue(String propertyName)
           
 boolean hasProperty(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativePropertyExporter

public NativePropertyExporter(Object source)
Method Detail

hasProperty

public boolean hasProperty(String propertyName)
Specified by:
hasProperty in interface PropertyExporter

getValue

public Object getValue(String propertyName)
Specified by:
getValue in interface PropertyExporter

JTP API Documentation