Uses of Class
org.exolab.castor.xml.schema.FinalList

Packages that use FinalList
org.exolab.castor.xml.schema   
 

Uses of FinalList in org.exolab.castor.xml.schema
 

Methods in org.exolab.castor.xml.schema that return FinalList
 FinalList ElementDecl.getFinal()
          Returns the value of the 'final' attribute for this element definition.
 FinalList ComplexType.getFinal()
          Returns the list of values for the final property for this ComplexType, or null if no final values have been set.
 FinalList Schema.getFinalDefault()
          Returns the default FinalList for this Schema.
 

Methods in org.exolab.castor.xml.schema with parameters of type FinalList
 void ElementDecl.setFinal(FinalList finalList)
          Sets the value of the 'final' attribute for this element definition.
 void ComplexType.setFinal(FinalList finalList)
          Sets the value of the 'final' attribute for this ComplexType definition.
 void Schema.setFinalDefault(FinalList finalList)
          Sets the default FinalList for this Schema.
 



Copyright © 2012. All Rights Reserved.