|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaxfront.core.type.TypeHelper
public class TypeHelper
Constructor Summary | |
---|---|
TypeHelper()
|
Method Summary | |
---|---|
static ComplexGroup |
getComplexGroupParent(Type type)
Returns the complex group parent of the passing type if any. |
static ComplexGroupList |
getDirectComplexGroupParent(Type type)
Returns the direcect complex group parent of the passing type if any. |
static SimpleGroup |
getSimpleGroupParent(Type type)
Returns the simple group parent of the passing type if any. |
static java.util.List |
getTypeChildren(Type aType,
java.lang.String name)
Returns all ChildTypes (recursive) for a given name! |
static void |
getTypeChildren(Type aType,
java.lang.String name,
java.util.List result)
Returns all ChildTypes for a given name! |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeHelper()
Method Detail |
---|
public static ComplexGroup getComplexGroupParent(Type type)
type
- to lookup for a complex parentpublic static ComplexGroupList getDirectComplexGroupParent(Type type)
type
- to lookup for a complex parentpublic static void getTypeChildren(Type aType, java.lang.String name, java.util.List result)
Type.getChild(java.lang.String)
public static java.util.List getTypeChildren(Type aType, java.lang.String name)
Type.getChild(java.lang.String)
public static SimpleGroup getSimpleGroupParent(Type type)
type
- to lookup for a simple group parent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |