|
||||||||||
| 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'. DataType is an abstract class that acts as a common superclass for different kinds of data types.
The following features are supported:
PivotPackage.getDataType()| Method Summary | |
|---|---|
Type |
getBehavioralType()
Returns the value of the 'Behavioral Type' reference. |
boolean |
isSerializable()
Returns the value of the 'Is Serializable' attribute. |
void |
setBehavioralType(Type value)
Sets the value of the ' Behavioral Type' reference. |
void |
setIsSerializable(boolean value)
Sets the value of the ' Is Serializable' attribute. |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Class |
|---|
isAbstract, isInterface, setIsAbstract, setIsInterface |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Type |
|---|
createOwnedAttribute, createOwnedOperation, createOwnedOperation, getInstanceClassName, getOwnedAttribute, getOwnedOperation, getPackage, getSuperClass, resolveSelfType, setInstanceClassName, setPackage |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.TemplateableElement |
|---|
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBinding, getUnspecializedElement, isTemplate, parameterableElements, setOwnedTemplateSignature, setUnspecializedElement |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.ParameterableElement |
|---|
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter |
| Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainType |
|---|
conformsTo, createInstance, createInstance, getCommonType, getInheritance, getLocalOperations, getLocalProperties, getLocalSuperTypes, getMetaTypeName, getName, getNormalizedType, isEqualTo, isEqualToUnspecializedType, isOrdered, isUnique, lookupImplementation |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement |
|---|
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotation, getOwnedRule, isStatic, setIsStatic, setName |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
|---|
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
|---|
accept, eClass |
| 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 |
|---|
boolean isSerializable()
"true".
If the meaning of the 'Serializable' attribute isn't clear, there really should be more of a description here...
setIsSerializable(boolean),
PivotPackage.getDataType_IsSerializable()void setIsSerializable(boolean value)
Is Serializable' attribute.
value - the new value of the 'Is Serializable' attribute.isSerializable()Type getBehavioralType()
If the meaning of the 'Behavioral Type' reference isn't clear, there really should be more of a description here...
setBehavioralType(Type),
PivotPackage.getDataType_BehavioralType()void setBehavioralType(Type value)
Behavioral Type' reference.
value - the new value of the 'Behavioral Type' reference.getBehavioralType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||