net.sf.ofx4j.io
Class AggregateIntrospector

java.lang.Object
  extended by net.sf.ofx4j.io.AggregateIntrospector

public class AggregateIntrospector
extends java.lang.Object

Introspector for aggregate information.

Author:
Ryan Heaton

Constructor Summary
AggregateIntrospector()
           
 
Method Summary
static java.lang.Class findAggregateByName(java.lang.String aggregateName)
          Find the aggregate class by name.
static AggregateInfo getAggregateInfo(java.lang.Class clazz)
          Get the aggregate meta information for the specified class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateIntrospector

public AggregateIntrospector()
Method Detail

getAggregateInfo

public static AggregateInfo getAggregateInfo(java.lang.Class clazz)
Get the aggregate meta information for the specified class.

Parameters:
clazz - the aggregate class.
Returns:
The aggregate meta information, or null if the class isn't an aggregate.

findAggregateByName

public static java.lang.Class findAggregateByName(java.lang.String aggregateName)
Find the aggregate class by name.

Parameters:
aggregateName - The name of the aggregate.
Returns:
The aggregate class.


Copyright © 2008. All Rights Reserved.