org.eclipse.gmt.umlx.emof
Interface Class

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, Type
All Known Subinterfaces:
AnonymousTupleType, AnyType, Library, ModelType, Module, OperationalTransformation, RelationalTransformation, Transformation, TupleType, Typedef

public interface Class
extends Type

A representation of the model object 'Class'.

The following features are supported:

See Also:
EmofPackage.getClass_()

Method Summary
 java.lang.Boolean getIsAbstract()
          Returns the value of the 'Is Abstract' attribute.
 org.eclipse.emf.common.util.EList<Property> getOwnedAttribute()
          Returns the value of the 'Owned Attribute' containment reference list.
 org.eclipse.emf.common.util.EList<Operation> getOwnedOperation()
          Returns the value of the 'Owned Operation' containment reference list.
 org.eclipse.emf.common.util.EList<Class> getSuperClass()
          Returns the value of the 'Super Class' reference list.
 void setIsAbstract(java.lang.Boolean value)
          Sets the value of the 'Is Abstract' attribute.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Type
getPackage, setPackage
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement
getName, setName
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOwnedAttribute

org.eclipse.emf.common.util.EList<Property> getOwnedAttribute()
Returns the value of the 'Owned Attribute' containment reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Class'.

If the meaning of the 'Owned Attribute' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Attribute' containment reference list.
See Also:
EmofPackage.getClass_OwnedAttribute(), Property.getClass_()

getOwnedOperation

org.eclipse.emf.common.util.EList<Operation> getOwnedOperation()
Returns the value of the 'Owned Operation' containment reference list. The list contents are of type Operation. It is bidirectional and its opposite is 'Class'.

If the meaning of the 'Owned Operation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Operation' containment reference list.
See Also:
EmofPackage.getClass_OwnedOperation(), Operation.getClass_()

getSuperClass

org.eclipse.emf.common.util.EList<Class> getSuperClass()
Returns the value of the 'Super Class' reference list. The list contents are of type Class.

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

Returns:
the value of the 'Super Class' reference list.
See Also:
EmofPackage.getClass_SuperClass()

getIsAbstract

java.lang.Boolean getIsAbstract()
Returns the value of the 'Is Abstract' attribute.

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

Returns:
the value of the 'Is Abstract' attribute.
See Also:
setIsAbstract(Boolean), EmofPackage.getClass_IsAbstract()

setIsAbstract

void setIsAbstract(java.lang.Boolean value)
Sets the value of the 'Is Abstract' attribute.

Parameters:
value - the new value of the 'Is Abstract' attribute.
See Also:
getIsAbstract()