org.graphdrawing.graphml
Interface LocatorType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
LocatorTypeImpl

public interface LocatorType
extends EObject

A representation of the model object 'Locator Type'. Complex type for the <locator> element. Content type: (empty)

The following features are supported:

See Also:
GraphMLPackage.getLocatorType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='locator.type'
kind='empty'"

Method Summary
 String getHref()
          Returns the value of the 'Href' attribute.
 TypeType getType()
          Returns the value of the 'Type' attribute.
 boolean isSetType()
          Returns whether the value of the 'Type' attribute is set.
 void setHref(String value)
          Sets the value of the 'Href' attribute.
 void setType(TypeType value)
          Sets the value of the 'Type' attribute.
 void unsetType()
          Unsets 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

getHref

String getHref()
Returns the value of the 'Href' attribute. points to the resource of this locator.

Returns:
the value of the 'Href' attribute.
See Also:
setHref(String), GraphMLPackage.getLocatorType_Href()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.AnyURI
required=true
extendedMetaData="kind='attribute'
name='href'
namespace='http://www.w3.org/1999/xlink'"

setHref

void setHref(String value)
Sets the value of the 'Href' attribute.

Parameters:
value - the new value of the 'Href' attribute.
See Also:
getHref()
Generated:
This code was automatically generated.

getType

TypeType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration TypeType. type of the hyperlink (fixed as simple).

Returns:
the value of the 'Type' attribute.
See Also:
TypeType, isSetType(), unsetType(), setType(TypeType), GraphMLPackage.getLocatorType_Type()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='type'
namespace='http://www.w3.org/1999/xlink'"

setType

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

Parameters:
value - the new value of the 'Type' attribute.
See Also:
TypeType, isSetType(), unsetType(), getType()
Generated:
This code was automatically generated.

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(TypeType)
Generated:
This code was automatically generated.

isSetType

boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(TypeType)
Generated:
This code was automatically generated.