Uses of Class
com.togethersoft.openapi.sci.SciAttribute

Packages that use SciAttribute
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.enum 
com.togethersoft.openapi.sci.pattern 
com.togethersoft.openapi.sci.visitor 

Uses of SciAttribute in com.togethersoft.openapi.sci
 

Methods in com.togethersoft.openapi.sci that return SciAttribute
SciAttributeSciFactory.newAttribute()
           Creates a new SciAttribute with a set of default properties (private, int).
static SciAttributeSciUtil.findAttributeByName(SciClass sciClass, String name)
           Finds an attribute by its name and containing class.
 

Uses of SciAttribute in com.togethersoft.openapi.sci.enum
 

Methods in com.togethersoft.openapi.sci.enum that return SciAttribute
SciAttributeSciAttributeEnumeration.nextSciAttribute()
          
 

Uses of SciAttribute in com.togethersoft.openapi.sci.pattern
 

Methods in com.togethersoft.openapi.sci.pattern that return SciAttribute
static SciAttributeSciPatternUtil.createAttribute(SciClass currentClass, SciClass attributeClass, String attributeName, boolean aggregation)
          
static SciAttributeSciPatternUtil.createVectorAttribute(SciClass currentClass, SciClass attributeClass, String attributeName, boolean aggregation)
          
static SciAttributeSciPatternUtil.findAttribute(SciClass containingClass, SciClass attributeClass)
          
static SciAttributeSciPatternUtil.findVectorAttribute(SciClass containingClass, SciClass attributeClass)
          
 

Methods in com.togethersoft.openapi.sci.pattern with parameters of type SciAttribute
static voidSciPatternUtil.addAttributeToConstructors(SciAttribute attribute)
          
static SciOperationSciPatternUtil.createGetMethod(SciAttribute attribute)
          
static SciOperationSciPatternUtil.createSetMethod(SciAttribute attribute)
          
 

Uses of SciAttribute in com.togethersoft.openapi.sci.visitor
 

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciAttribute
ObjectSciElementVisitor.visitAttribute(SciAttribute sciAttribute)
           Performs an action upon SciAttribute.
ObjectSciElementVisitorAdapter.visitAttribute(SciAttribute sciAttribute)