Class RawTypeSetBuilder.CClassRef
java.lang.Object
com.sun.tools.xjc.reader.RawTypeSet.Ref
com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
- Enclosing class:
- RawTypeSetBuilder
Reference to a class that maps from an element.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected RawTypeSet.ModecanBeType(RawTypeSet parent) Can thisRawTypeSet.Refbe a type ref?protected com.sun.xml.bind.v2.model.core.IDid()When thisRawTypeSetbinds to aCElementPropertyInfo, this method is used to determine if the property is ID or not.protected booleanprotected voidprotected CTypeRefMethods inherited from class com.sun.tools.xjc.reader.RawTypeSet.Ref
getExpectedMimeType
-
Field Details
-
target
-
decl
-
-
Method Details
-
toTypeRef
- Specified by:
toTypeRefin classRawTypeSet.Ref- Parameters:
ep- the property to which the returnedCTypeRefwill be added to.
-
toElementRef
- Specified by:
toElementRefin classRawTypeSet.Ref
-
canBeType
Description copied from class:RawTypeSet.RefCan thisRawTypeSet.Refbe a type ref?- Specified by:
canBeTypein classRawTypeSet.Ref- Returns:
- false to veto.
-
isListOfValues
protected boolean isListOfValues()- Specified by:
isListOfValuesin classRawTypeSet.Ref
-
id
protected com.sun.xml.bind.v2.model.core.ID id()Description copied from class:RawTypeSet.RefWhen thisRawTypeSetbinds to aCElementPropertyInfo, this method is used to determine if the property is ID or not.- Specified by:
idin classRawTypeSet.Ref
-