|
Generation Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenConstraint | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl | |
org.eclipse.gmf.codegen.gmfgen.util |
Uses of GenConstraint in org.eclipse.gmf.codegen.gmfgen |
---|
Methods in org.eclipse.gmf.codegen.gmfgen that return GenConstraint | |
---|---|
GenConstraint |
GMFGenFactory.createGenConstraint()
Returns a new object of class 'Gen Constraint' |
GenConstraint |
TypeModelFacet.getModelElementSelector()
Returns the value of the 'Model Element Selector' containment reference |
GenConstraint |
GenAuditRule.getRule()
Returns the value of the 'Rule' containment reference |
GenConstraint |
GenLinkConstraints.getSourceEnd()
Returns the value of the 'Source End' containment reference |
GenConstraint |
GenLinkConstraints.getTargetEnd()
Returns the value of the 'Target End' containment reference |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenConstraint | |
---|---|
void |
TypeModelFacet.setModelElementSelector(GenConstraint value)
Sets the value of the ' Model Element Selector ' containment reference |
void |
GenAuditRule.setRule(GenConstraint value)
Sets the value of the ' Rule ' containment reference |
void |
GenLinkConstraints.setSourceEnd(GenConstraint value)
Sets the value of the ' Source End ' containment reference |
void |
GenLinkConstraints.setTargetEnd(GenConstraint value)
Sets the value of the ' Target End ' containment reference |
Uses of GenConstraint in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenConstraint | |
---|---|
class |
GenConstraintImpl
An implementation of the model object 'Gen Constraint' |
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenConstraint | |
---|---|
protected GenConstraint |
TypeModelFacetImpl.modelElementSelector
The cached value of the ' Model Element Selector ' containment reference |
protected GenConstraint |
GenAuditRuleImpl.rule
The cached value of the ' Rule ' containment reference |
protected GenConstraint |
GenLinkConstraintsImpl.sourceEnd
The cached value of the ' Source End ' containment reference |
protected GenConstraint |
GenLinkConstraintsImpl.targetEnd
The cached value of the ' Target End ' containment reference |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenConstraint | |
---|---|
GenConstraint |
GMFGenFactoryImpl.createGenConstraint()
|
GenConstraint |
TypeModelFacetImpl.getModelElementSelector()
|
GenConstraint |
GenAuditRuleImpl.getRule()
|
GenConstraint |
GenLinkConstraintsImpl.getSourceEnd()
|
GenConstraint |
GenLinkConstraintsImpl.getTargetEnd()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenConstraint | |
---|---|
NotificationChain |
TypeModelFacetImpl.basicSetModelElementSelector(GenConstraint newModelElementSelector,
NotificationChain msgs)
|
NotificationChain |
GenAuditRuleImpl.basicSetRule(GenConstraint newRule,
NotificationChain msgs)
|
NotificationChain |
GenLinkConstraintsImpl.basicSetSourceEnd(GenConstraint newSourceEnd,
NotificationChain msgs)
|
NotificationChain |
GenLinkConstraintsImpl.basicSetTargetEnd(GenConstraint newTargetEnd,
NotificationChain msgs)
|
void |
TypeModelFacetImpl.setModelElementSelector(GenConstraint newModelElementSelector)
|
void |
GenAuditRuleImpl.setRule(GenConstraint newRule)
|
void |
GenLinkConstraintsImpl.setSourceEnd(GenConstraint newSourceEnd)
|
void |
GenLinkConstraintsImpl.setTargetEnd(GenConstraint newTargetEnd)
|
Uses of GenConstraint in org.eclipse.gmf.codegen.gmfgen.util |
---|
Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenConstraint | |
---|---|
T |
GMFGenSwitch.caseGenConstraint(GenConstraint object)
Returns the result of interpretting the object as an instance of 'Gen Constraint' |
|
Generation Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.