JTP API Documentation

jtp.util
Interface PropertyExporter

All Known Implementing Classes:
NativePropertyExporter, PropertyExporterSupport

public interface PropertyExporter

PropertyExporter.java Created: Sun Jan 28 03:23:37 2001


Method Summary
 Object getValue(String propertyName)
           
 boolean hasProperty(String propertyName)
           
 

Method Detail

hasProperty

public boolean hasProperty(String propertyName)

getValue

public Object getValue(String propertyName)

JTP API Documentation