org.iqual.chaplin.prop
Interface Property<T>

All Known Subinterfaces:
Encoding, LastModified, Length, Name, Path, SystemID
All Known Implementing Classes:
PropertyImpl, Var

public interface Property<T>

Since:
Aug 7, 2009 9:37:19 PM
Author:
Zbynek Slajchrt

Method Summary
 T get()
           
 void set(T value)
           
 

Method Detail

get

T get()

set

void set(T value)


Copyright © 2009 iquality.org. All Rights Reserved.