com.sun.tools.xjc.model
Interface CNonElement
- All Superinterfaces:
- CCustomizable, CTypeInfo, com.sun.xml.bind.v2.model.annotation.Locatable, com.sun.xml.bind.v2.model.core.NonElement<NType,NClass>, com.sun.xml.bind.v2.model.core.TypeInfo<NType,NClass>, TypeUse
- All Known Subinterfaces:
- CClass
- All Known Implementing Classes:
- CArrayInfo, CBuiltinLeafInfo, CClassInfo, CClassRef, CEnumLeafInfo
public interface CNonElement
- extends com.sun.xml.bind.v2.model.core.NonElement<NType,NClass>, TypeUse, CTypeInfo
NonElement at compile-time.
This interface implements TypeUse so that a CNonElement
instance can be used as a TypeUse instance.
- Author:
- Kohsuke Kawaguchi
| Fields inherited from interface com.sun.xml.bind.v2.model.core.NonElement |
ANYTYPE_NAME |
| 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.xml.bind.v2.model.annotation.Locatable |
getLocation, getUpstream |
getInfo
@Deprecated
CNonElement getInfo()
- Deprecated.
- Guaranteed to return this.
- Specified by:
getInfo in interface TypeUse
isCollection
@Deprecated
boolean isCollection()
- Deprecated.
- Guaranteed to return false.
- Specified by:
isCollection in interface TypeUse
getAdapterUse
@Deprecated
CAdapter getAdapterUse()
- Deprecated.
- Guaranteed to return null.
- Specified by:
getAdapterUse in interface TypeUse
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.