org.jvnet.hyperjaxb3.xjc.model
Class CTypeInfoUtils
java.lang.Object
org.jvnet.hyperjaxb3.xjc.model.CTypeInfoUtils
public class CTypeInfoUtils
- extends Object
|
Method Summary |
static Set<com.sun.tools.xjc.model.CTypeInfo> |
getAssignableTypeItems(com.sun.tools.xjc.model.CTypeInfo t)
|
static com.sun.tools.xjc.model.CTypeInfo |
getCommonBaseTypeInfo(Collection<? extends com.sun.tools.xjc.model.CTypeInfo> types)
|
static com.sun.tools.xjc.model.CTypeInfo |
getSuperType(com.sun.tools.xjc.model.CTypeInfo type)
|
static boolean |
isAssignableFrom(com.sun.tools.xjc.model.CTypeInfo left,
com.sun.tools.xjc.model.CTypeInfo right)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSuperType
public static com.sun.tools.xjc.model.CTypeInfo getSuperType(com.sun.tools.xjc.model.CTypeInfo type)
isAssignableFrom
public static boolean isAssignableFrom(com.sun.tools.xjc.model.CTypeInfo left,
com.sun.tools.xjc.model.CTypeInfo right)
getAssignableTypeItems
public static Set<com.sun.tools.xjc.model.CTypeInfo> getAssignableTypeItems(com.sun.tools.xjc.model.CTypeInfo t)
getCommonBaseTypeInfo
public static com.sun.tools.xjc.model.CTypeInfo getCommonBaseTypeInfo(Collection<? extends com.sun.tools.xjc.model.CTypeInfo> types)
Copyright © 2005-2014. All Rights Reserved.