Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.Scope

Packages that use Scope
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl   
 

Uses of Scope in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc that return Scope
static Scope Scope.fromValue(String v)
           
 Scope Instance.getScope()
          Scope this instance is bound to.
 Scope Specification.getScope()
          Scope this specification applies to.
static Scope Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Scope[] Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc with parameters of type Scope
 void Instance.setScope(Scope value)
          Sets the value of the scope property.
 void Specification.setScope(Scope value)
          Sets the value of the scope property.
 

Uses of Scope in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl declared as Scope
protected  Scope SpecificationImpl.scope
           
protected  Scope InstanceImpl.scope
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl that return Scope
 Scope SpecificationImpl.getScope()
           
 Scope InstanceImpl.getScope()
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl with parameters of type Scope
 void SpecificationImpl.setScope(Scope value)
           
 void InstanceImpl.setScope(Scope value)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.