org.jvnet.hyperjaxb3.xjc.model
Interface CClassifier<V>


public interface CClassifier<V>


Method Summary
 V onCollectionArrayElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onCollectionArrayElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionBuiltinAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)
           
 V onCollectionBuiltinElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onCollectionBuiltinElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionBuiltinValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)
           
 V onCollectionClassElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onCollectionClassElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionClassReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionEnumAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)
           
 V onCollectionEnumElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onCollectionEnumElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionEnumValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)
           
 V onCollectionHeteroElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onCollectionHeteroReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionOtherAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)
           
 V onCollectionOtherValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)
           
 V onCollectionSubstitutedElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onCollectionWildcardReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleArrayElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onSingleArrayElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleBuiltinAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)
           
 V onSingleBuiltinElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onSingleBuiltinElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleBuiltinValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)
           
 V onSingleClassElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onSingleClassElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleClassReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleEnumAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)
           
 V onSingleEnumElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onSingleEnumElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleEnumValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)
           
 V onSingleHeteroElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)
           
 V onSingleHeteroReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleOtherAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)
           
 V onSingleOtherValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)
           
 V onSingleSubstitutedElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 V onSingleWildcardReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)
           
 

Method Detail

onSingleBuiltinAttribute

V onSingleBuiltinAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)

onSingleEnumAttribute

V onSingleEnumAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)

onSingleOtherAttribute

V onSingleOtherAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)

onCollectionBuiltinAttribute

V onCollectionBuiltinAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)

onCollectionEnumAttribute

V onCollectionEnumAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)

onCollectionOtherAttribute

V onCollectionOtherAttribute(com.sun.tools.xjc.model.CAttributePropertyInfo attributePropertyInfo)

onSingleBuiltinValue

V onSingleBuiltinValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)

onSingleEnumValue

V onSingleEnumValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)

onSingleOtherValue

V onSingleOtherValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)

onCollectionBuiltinValue

V onCollectionBuiltinValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)

onCollectionEnumValue

V onCollectionEnumValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)

onCollectionOtherValue

V onCollectionOtherValue(com.sun.tools.xjc.model.CValuePropertyInfo valuePropertyInfo)

onSingleBuiltinElement

V onSingleBuiltinElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onSingleEnumElement

V onSingleEnumElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onSingleArrayElement

V onSingleArrayElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onSingleClassElement

V onSingleClassElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onSingleHeteroElement

V onSingleHeteroElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onCollectionBuiltinElement

V onCollectionBuiltinElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onCollectionEnumElement

V onCollectionEnumElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onCollectionArrayElement

V onCollectionArrayElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onCollectionClassElement

V onCollectionClassElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onCollectionHeteroElement

V onCollectionHeteroElement(com.sun.tools.xjc.model.CElementPropertyInfo elementPropertyInfo)

onSingleBuiltinElementReference

V onSingleBuiltinElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleEnumElementReference

V onSingleEnumElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleArrayElementReference

V onSingleArrayElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleClassElementReference

V onSingleClassElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleSubstitutedElementReference

V onSingleSubstitutedElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleClassReference

V onSingleClassReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleWildcardReference

V onSingleWildcardReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onSingleHeteroReference

V onSingleHeteroReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionBuiltinElementReference

V onCollectionBuiltinElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionEnumElementReference

V onCollectionEnumElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionArrayElementReference

V onCollectionArrayElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionClassElementReference

V onCollectionClassElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionClassReference

V onCollectionClassReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionSubstitutedElementReference

V onCollectionSubstitutedElementReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionWildcardReference

V onCollectionWildcardReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)

onCollectionHeteroReference

V onCollectionHeteroReference(com.sun.tools.xjc.model.CReferencePropertyInfo referencePropertyInfo)


Copyright © 2005-2011. All Rights Reserved.