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()

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()

setQuery

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

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

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()

setAttribute

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

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

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()

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()

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()

setGetter

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

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

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()

setSetter

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

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

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()

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()


Copyright © 2011. All Rights Reserved.