net.ogdf.ogml
Interface KeyValueType

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

public interface KeyValueType
extends EObject

A representation of the model object 'Key Value Type'.

The following features are supported:

See Also:
OgmlPackage.getKeyValueType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='keyValue.type'
kind='elementOnly'"

Method Summary
 String getDafault()
          Returns the value of the 'Dafault' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 String getType()
          Returns the value of the 'Type' attribute.
 void setDafault(String value)
          Sets the value of the 'Dafault' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setType(String 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

getDafault

String getDafault()
Returns the value of the 'Dafault' attribute.

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

Returns:
the value of the 'Dafault' attribute.
See Also:
setDafault(String), OgmlPackage.getKeyValueType_Dafault()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
extendedMetaData="kind='element'
name='dafault'
namespace='##targetNamespace'"

setDafault

void setDafault(String value)
Sets the value of the 'Dafault' attribute.

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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), OgmlPackage.getKeyValueType_Name()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
required=true
extendedMetaData="kind='attribute'
name='name'
namespace='##targetNamespace'"

setName

void setName(String value)
Sets the value of the 'Name' attribute.

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

getType

String getType()
Returns the value of the 'Type' attribute.

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:
setType(String), OgmlPackage.getKeyValueType_Type()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
required=true
extendedMetaData="kind='attribute'
name='type'
namespace='##targetNamespace'"

setType

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

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