public interface DataType extends Class
PivotPackage.getDataType()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Class |
getBehavioralClass()
Returns the value of the 'Behavioral Class' reference.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isIsSerializable()
Returns the value of the 'Is Serializable' attribute.
|
void |
setBehavioralClass(Class value)
Sets the value of the '
Behavioral Class' reference. |
void |
setIsSerializable(boolean value)
Sets the value of the '
Is Serializable' attribute. |
createInstance, createInstance, getExtenders, getInstanceClassName, getMetaTypeName, getOwnedBehaviors, getOwnedInvariants, getOwnedOperations, getOwnedProperties, getOwningPackage, getSuperClasses, getTypeParameters, isIsAbstract, isIsActive, isIsInterface, isOrdered, isUnique, lookupActualOperation, lookupImplementation, setInstanceClassName, setIsAbstract, setIsActive, setIsInterface, setOwningPackage, validateNameIsNotNull, validateUniqueInvariantNameconformsTo, flattenedType, getCommonType, getInheritance, getNormalizedType, getTypeId, isClass, isEqualTo, isEqualToUnspecializedType, isTemplateParameter, specializeInoclEquals, oclHashCodegetOwnedConstraintsgetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetOwnedBindings, getOwnedSignature, getUnspecializedElement, setOwnedSignature, setUnspecializedElementvoid setIsSerializable(boolean value)
Is Serializable' attribute.
value - the new value of the 'Is Serializable' attribute.isIsSerializable()String getValue()
"".
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
PivotPackage.getDataType_Value()Class getBehavioralClass()
If the meaning of the 'Behavioral Type' reference isn't clear, there really should be more of a description here...
setBehavioralClass(org.eclipse.ocl.pivot.Class),
PivotPackage.getDataType_BehavioralClass()void setBehavioralClass(Class value)
Behavioral Class' reference.
value - the new value of the 'Behavioral Class' reference.getBehavioralClass()boolean isIsSerializable()
"true".
If the meaning of the 'Is Serializable' attribute isn't clear, there really should be more of a description here...
setIsSerializable(boolean),
PivotPackage.getDataType_IsSerializable()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.