net.sf.jga.fn.property
public class SetPropertyFn<T,R> extends SetProperty<T,R>
Deprecated:
Deprecated name: use SetProperty instead.Copyright © 2002 David A. Hall
Nested Class Summary | |
---|---|
interface | SetPropertyFn.Visitor
Interface for classes that may interpret a SetPropertyFn
function. |
Constructor Summary | |
---|---|
SetPropertyFn(String propName, Class propType)
Builds a SetPropertyFn for the given property, which must be of the
given class. |
Method Summary | |
---|---|
void | accept(Visitor v)
Calls the Visitor's visit(SetPropertyFn) method, if it
implements the nested Visitor interface. |
Throws: IllegalArgumentException if either argument is omitted.
visit(SetPropertyFn)
method, if it
implements the nested Visitor interface.