net.sf.jga.fn.property

Class GetPropertyFn<T,R>

public class GetPropertyFn<T,R> extends GetProperty<T,R>

Deprecated:

Deprecated name: use GetProperty instead.

Copyright © 2002 David A. Hall

Author: David A. Hall

Nested Class Summary
interfaceGetPropertyFn.Visitor
Interface for classes that may interpret a GetPropertyFn function.
Constructor Summary
GetPropertyFn(String propName)
Builds a GetPropertyFn for the given property.
Method Summary
voidaccept(Visitor v)
Calls the Visitor's visit(GetPropertyFn) method, if it implements the nested Visitor interface.

Constructor Detail

GetPropertyFn

public GetPropertyFn(String propName)
Builds a GetPropertyFn for the given property.

UNKNOWN: IllegalArgumentException if the property name is null or empty

Method Detail

accept

public void accept(Visitor v)
Calls the Visitor's visit(GetPropertyFn) method, if it implements the nested Visitor interface.