|
Generation Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SVGProperty
A representation of the model object 'SVG Property'.
The following features are supported:
GMFGraphPackage.getSVGProperty()| Method Summary | |
|---|---|
java.lang.String |
getAttribute()
Returns the value of the 'Attribute' attribute |
java.lang.String |
getGetter()
Returns the value of the 'Getter' attribute |
java.lang.String |
getQuery()
Returns the value of the 'Query' attribute |
java.lang.String |
getSetter()
Returns the value of the 'Setter' attribute |
SVGPropertyType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isCallSuper()
Returns the value of the 'Call Super' attribute |
void |
setAttribute(java.lang.String value)
Sets the value of the ' Attribute' attribute |
void |
setCallSuper(boolean value)
Sets the value of the ' Call Super' attribute |
void |
setGetter(java.lang.String value)
Sets the value of the ' Getter' attribute |
void |
setQuery(java.lang.String value)
Sets the value of the ' Query' attribute |
void |
setSetter(java.lang.String value)
Sets the value of the ' Setter' attribute |
void |
setType(SVGPropertyType value)
Sets the value of the ' Type' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
java.lang.String getQuery()
If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...
setQuery(String),
GMFGraphPackage.getSVGProperty_Query()void setQuery(java.lang.String value)
Query' attribute.
value - the new value of the 'Query' attribute.getQuery()java.lang.String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String),
GMFGraphPackage.getSVGProperty_Attribute()void setAttribute(java.lang.String value)
Attribute' attribute.
value - the new value of the 'Attribute' attribute.getAttribute()SVGPropertyType getType()
SVGPropertyType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
SVGPropertyType,
setType(SVGPropertyType),
GMFGraphPackage.getSVGProperty_Type()void setType(SVGPropertyType value)
Type' attribute.
value - the new value of the 'Type' attribute.SVGPropertyType,
getType()java.lang.String getGetter()
If the meaning of the 'Getter' attribute isn't clear, there really should be more of a description here...
setGetter(String),
GMFGraphPackage.getSVGProperty_Getter()void setGetter(java.lang.String value)
Getter' attribute.
value - the new value of the 'Getter' attribute.getGetter()java.lang.String getSetter()
If the meaning of the 'Setter' attribute isn't clear, there really should be more of a description here...
setSetter(String),
GMFGraphPackage.getSVGProperty_Setter()void setSetter(java.lang.String value)
Setter' attribute.
value - the new value of the 'Setter' attribute.getSetter()boolean isCallSuper()
If the meaning of the 'Call Super' attribute isn't clear, there really should be more of a description here...
setCallSuper(boolean),
GMFGraphPackage.getSVGProperty_CallSuper()void setCallSuper(boolean value)
Call Super' attribute.
value - the new value of the 'Call Super' attribute.isCallSuper()
|
Generation Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.