| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
SciAttribute | SciFactory.newAttribute()Creates a new SciAttribute with a set of default properties (private, int). |
static SciAttribute | SciUtil.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 | |
SciAttribute | SciAttributeEnumeration.nextSciAttribute() |
| Uses of SciAttribute in com.togethersoft.openapi.sci.pattern |
| Methods in com.togethersoft.openapi.sci.pattern that return SciAttribute | |
static SciAttribute | SciPatternUtil.createAttribute(SciClass currentClass, SciClass attributeClass, String attributeName, boolean aggregation) |
static SciAttribute | SciPatternUtil.createVectorAttribute(SciClass currentClass, SciClass attributeClass, String attributeName, boolean aggregation) |
static SciAttribute | SciPatternUtil.findAttribute(SciClass containingClass, SciClass attributeClass) |
static SciAttribute | SciPatternUtil.findVectorAttribute(SciClass containingClass, SciClass attributeClass) |
| Methods in com.togethersoft.openapi.sci.pattern with parameters of type SciAttribute | |
static void | SciPatternUtil.addAttributeToConstructors(SciAttribute attribute) |
static SciOperation | SciPatternUtil.createGetMethod(SciAttribute attribute) |
static SciOperation | SciPatternUtil.createSetMethod(SciAttribute attribute) |
| Uses of SciAttribute in com.togethersoft.openapi.sci.visitor |
| Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciAttribute | |
Object | SciElementVisitor.visitAttribute(SciAttribute sciAttribute)Performs an action upon SciAttribute. |
Object | SciElementVisitorAdapter.visitAttribute(SciAttribute sciAttribute) |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||