com.sun.tools.xjc.model

Interface CNonElement

public interface CNonElement extends 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.

Method Summary
CAdaptergetAdapterUse()
Guaranteed to return null.
CNonElementgetInfo()
Guaranteed to return this.
booleanisCollection()
Guaranteed to return false.

Method Detail

getAdapterUse

public CAdapter getAdapterUse()
Guaranteed to return null.

getInfo

public CNonElement getInfo()
Guaranteed to return this.

isCollection

public boolean isCollection()
Guaranteed to return false.