org.eclipse.gmt.modisco.omg.kdm.data
Interface DatatypeOf

All Superinterfaces:
AbstractDataRelationship, Element, KDMRelationship, ModelElement

public interface DatatypeOf
extends AbstractDataRelationship

A representation of the model object 'Datatype Of'.

The following features are supported:

See Also:
DataPackage.getDatatypeOf()
Generated:
Model:

Method Summary
 ComplexContentType getFrom()
          Returns the value of the 'From' reference.
 Datatype getTo()
          Returns the value of the 'To' reference.
 void setFrom(ComplexContentType value)
          Sets the value of the 'From' reference.
 void setTo(Datatype value)
          Sets the value of the 'To' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getTo

Datatype getTo()
Returns the value of the 'To' reference.

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

Specified by:
getTo in interface KDMRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(Datatype), DataPackage.getDatatypeOf_To()
Generated:
Model:
required="true" ordered="false"

setTo

void setTo(Datatype value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated:

getFrom

ComplexContentType getFrom()
Returns the value of the 'From' reference.

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

Specified by:
getFrom in interface KDMRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(ComplexContentType), DataPackage.getDatatypeOf_From()
Generated:
Model:
required="true" ordered="false"

setFrom

void setFrom(ComplexContentType value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
Generated: