net.sf.jga.fn.property
public class GetPropertyFn<T,R> extends GetProperty<T,R>
Deprecated:
Deprecated name: use GetProperty instead.Copyright © 2002 David A. Hall
Nested Class Summary | |
---|---|
interface | GetPropertyFn.Visitor
Interface for classes that may interpret a GetPropertyFn
function. |
Constructor Summary | |
---|---|
GetPropertyFn(String propName)
Builds a GetPropertyFn for the given property. |
Method Summary | |
---|---|
void | accept(Visitor v)
Calls the Visitor's visit(GetPropertyFn) method, if it
implements the nested Visitor interface. |
UNKNOWN: IllegalArgumentException if the property name is null or empty
visit(GetPropertyFn)
method, if it
implements the nested Visitor interface.