|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataType
A representation of the model object 'Data Type'. Complex type for the <data> element. data.type is mixed, that is, <data> may contain #PCDATA. Content type: extension of data-extension.type which is empty per default.
The following features are supported:
GraphMLPackage.getDataType()
extendedMetaData | = | "name='data.type' |
kind | = | 'mixed'" |
Method Summary | |
---|---|
String |
getId()
Returns the value of the 'Id' attribute. |
String |
getKey()
Returns the value of the 'Key' attribute. |
long |
getTime()
Returns the value of the 'Time' attribute. |
boolean |
isSetTime()
Returns whether the value of the ' Time ' attribute is set. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setKey(String value)
Sets the value of the ' Key ' attribute. |
void |
setTime(long value)
Sets the value of the ' Time ' attribute. |
void |
unsetTime()
Unsets the value of the ' Time ' attribute. |
Methods inherited from interface org.graphdrawing.graphml.DataExtensionType |
---|
getMixed |
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 |
---|
String getId()
setId(String)
,
GraphMLPackage.getDataType_Id()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
extendedMetaData | = | "kind='attribute' |
name | = | 'id'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getKey()
setKey(String)
,
GraphMLPackage.getDataType_Key()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'key'" |
void setKey(String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
long getTime()
"0"
.
isSetTime()
,
unsetTime()
,
setTime(long)
,
GraphMLPackage.getDataType_Time()
default | = | 0 |
unsettable | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.Long |
extendedMetaData | = | "kind='attribute' |
name | = | 'time'" |
void setTime(long value)
Time
' attribute.
value
- the new value of the 'Time' attribute.isSetTime()
,
unsetTime()
,
getTime()
void unsetTime()
Time
' attribute.
isSetTime()
,
getTime()
,
setTime(long)
boolean isSetTime()
Time
' attribute is set.
unsetTime()
,
getTime()
,
setTime(long)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |