org.eclipse.gmf.gmfgraph
Interface SVGProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SVGPropertyImpl

public interface SVGProperty
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'SVG Property'.

The following features are supported:

See Also:
GMFGraphPackage.getSVGProperty()
Generated
Model Properties:

Method Summary
 String getAttribute()
          Returns the value of the 'Attribute' attribute.
 String getGetter()
          Returns the value of the 'Getter' attribute.
 String getQuery()
          Returns the value of the 'Query' attribute.
 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(String value)
          Sets the value of the 'Attribute' attribute.
 void setCallSuper(boolean value)
          Sets the value of the 'Call Super' attribute.
 void setGetter(String value)
          Sets the value of the 'Getter' attribute.
 void setQuery(String value)
          Sets the value of the 'Query' attribute.
 void setSetter(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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getQuery

String getQuery()
Returns the value of the 'Query' attribute.

If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query' attribute.
See Also:
setQuery(String), GMFGraphPackage.getSVGProperty_Query()
Generated
Model Properties:

setQuery

void setQuery(String value)
Sets the value of the 'Query' attribute.

Parameters:
value - the new value of the 'Query' attribute.
See Also:
getQuery()
Generated

getAttribute

String getAttribute()
Returns the value of the 'Attribute' attribute.

If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attribute' attribute.
See Also:
setAttribute(String), GMFGraphPackage.getSVGProperty_Attribute()
Generated
Model Properties:

setAttribute

void setAttribute(String value)
Sets the value of the 'Attribute' attribute.

Parameters:
value - the new value of the 'Attribute' attribute.
See Also:
getAttribute()
Generated

getType

SVGPropertyType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration SVGPropertyType.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
SVGPropertyType, setType(SVGPropertyType), GMFGraphPackage.getSVGProperty_Type()
Generated
Model Properties:

setType

void setType(SVGPropertyType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
SVGPropertyType, getType()
Generated

getGetter

String getGetter()
Returns the value of the 'Getter' attribute.

If the meaning of the 'Getter' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Getter' attribute.
See Also:
setGetter(String), GMFGraphPackage.getSVGProperty_Getter()
Generated
Model Properties:

setGetter

void setGetter(String value)
Sets the value of the 'Getter' attribute.

Parameters:
value - the new value of the 'Getter' attribute.
See Also:
getGetter()
Generated

getSetter

String getSetter()
Returns the value of the 'Setter' attribute.

If the meaning of the 'Setter' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Setter' attribute.
See Also:
setSetter(String), GMFGraphPackage.getSVGProperty_Setter()
Generated
Model Properties:

setSetter

void setSetter(String value)
Sets the value of the 'Setter' attribute.

Parameters:
value - the new value of the 'Setter' attribute.
See Also:
getSetter()
Generated

isCallSuper

boolean isCallSuper()
Returns the value of the 'Call Super' attribute.

If the meaning of the 'Call Super' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Call Super' attribute.
See Also:
setCallSuper(boolean), GMFGraphPackage.getSVGProperty_CallSuper()
Generated
Model Properties:

setCallSuper

void setCallSuper(boolean value)
Sets the value of the 'Call Super' attribute.

Parameters:
value - the new value of the 'Call Super' attribute.
See Also:
isCallSuper()
Generated


Copyright © 2012. All Rights Reserved.