|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EDataType
A representation of the model object 'EData Type'.
The following features are supported:
EcorePackage.getEDataType()
Method Summary | |
---|---|
boolean |
isSerializable()
Returns the value of the 'Serializable' attribute. |
void |
setSerializable(boolean value)
Sets the value of the ' Serializable ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EClassifier |
---|
getClassifierID, getDefaultValue, getEPackage, getETypeParameters, getInstanceClass, getInstanceClassName, getInstanceTypeName, isInstance, setInstanceClass, setInstanceClassName, setInstanceTypeName |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
---|
boolean isSerializable()
"true"
.
It represents whether values of this type will be serialized
.
For a serializable data type,
there will be factory methods of the form:
String convertXyzToString(EDataType metaObject, Object instanceValue) Object createXyzFromString(EDataType metaObject, String initialValue)in the generated factory implementation. Clients will typically need to hand write the bodies of these generated methods.
setSerializable(boolean)
,
EcorePackage.getEDataType_Serializable()
void setSerializable(boolean value)
Serializable
' attribute.
value
- the new value of the 'Serializable' attribute.isSerializable()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |