Uses of Class
org.exolab.castor.builder.SGStateInfo
Packages that use SGStateInfo
Package
Description
Castor XML code generator
-
Uses of SGStateInfo in org.exolab.castor.builder
Fields in org.exolab.castor.builder declared as SGStateInfoMethods in org.exolab.castor.builder that return SGStateInfoConstructors in org.exolab.castor.builder with parameters of type SGStateInfoModifierConstructorDescriptionFactoryState
(String className, SGStateInfo sgState, String packageName, XMLBindingComponent component) Constructs a new FactoryState.FactoryState
(String className, SGStateInfo sgState, String packageName, XMLBindingComponent component, boolean enumeration) Constructs a factory state with the option of choosing between JClass and JEnum. -
Uses of SGStateInfo in org.exolab.castor.builder.conflictresolution
Methods in org.exolab.castor.builder.conflictresolution that return SGStateInfoModifier and TypeMethodDescriptionClassNameCRStrategy.dealWithClassNameConflict
(SGStateInfo state, ClassInfo newClassInfo, JClass conflict) Implements a specific strategy for dealing with class name conflicts.InformViaLogClassNameCRStrategy.dealWithClassNameConflict
(SGStateInfo state, ClassInfo newClassInfo, JClass conflict) Handle a class name conflict between newClassInfo and conflict.WarningViaDialogClassNameCRStrategy.dealWithClassNameConflict
(SGStateInfo state, ClassInfo newClassInfo, JClass conflict) Handle a class name conflict between newClassInfo and conflict.Methods in org.exolab.castor.builder.conflictresolution with parameters of type SGStateInfoModifier and TypeMethodDescriptionClassNameCRStrategy.dealWithClassNameConflict
(SGStateInfo state, ClassInfo newClassInfo, JClass conflict) Implements a specific strategy for dealing with class name conflicts.InformViaLogClassNameCRStrategy.dealWithClassNameConflict
(SGStateInfo state, ClassInfo newClassInfo, JClass conflict) Handle a class name conflict between newClassInfo and conflict.WarningViaDialogClassNameCRStrategy.dealWithClassNameConflict
(SGStateInfo state, ClassInfo newClassInfo, JClass conflict) Handle a class name conflict between newClassInfo and conflict. -
Uses of SGStateInfo in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory with parameters of type SGStateInfoModifier and TypeMethodDescriptionSourceFactory.createSourceCode
(ExtendedBinding binding, SimpleType simpleType, SGStateInfo sgState) Creates the Java source code to support the given Simpletype.JClass[]
SourceFactory.createSourceCode
(XMLBindingComponent component, SGStateInfo sgState) Creates a new ClassInfo for the given XMLBindingComponent.