|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.io.AggregateIntrospector
public class AggregateIntrospector
Introspector for aggregate information.
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 |
---|
public AggregateIntrospector()
Method Detail |
---|
public static AggregateInfo getAggregateInfo(java.lang.Class clazz)
clazz
- the aggregate class.
public static java.lang.Class findAggregateByName(java.lang.String aggregateName)
aggregateName
- The name of the aggregate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |