-
- All Superinterfaces:
CCustomizable,CTypeInfo,Locatable,NonElement<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>,TypeInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>,TypeUse
- All Known Subinterfaces:
CClass
- All Known Implementing Classes:
CArrayInfo,CBuiltinLeafInfo,CClassInfo,CClassRef,CEnumLeafInfo
public interface CNonElement extends NonElement<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass>, TypeUse, CTypeInfo
NonElementat compile-time.This interface implements
TypeUseso that aCNonElementinstance can be used as aTypeUseinstance.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
-
Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement
ANYTYPE_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CAdaptergetAdapterUse()Deprecated.CNonElementgetInfo()Deprecated.booleanisCollection()Deprecated.-
Methods inherited from interface com.sun.tools.xjc.model.CCustomizable
getCustomizations, getLocator, getSchemaComponent
-
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElement
getTypeName, isSimpleType
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
Methods inherited from interface com.sun.tools.xjc.model.TypeUse
createConstant, getExpectedMimeType, idUse
-
-
-
-
Method Detail
-
getInfo
@Deprecated CNonElement getInfo()
Deprecated.Guaranteed to return this.
-
isCollection
@Deprecated boolean isCollection()
Deprecated.Guaranteed to return false.- Specified by:
isCollectionin interfaceTypeUse
-
getAdapterUse
@Deprecated CAdapter getAdapterUse()
Deprecated.Guaranteed to return null.- Specified by:
getAdapterUsein interfaceTypeUse
-
-