protected class EMOFSaveImpl.EMOFXMLTypeInfoImpl extends XMLSaveImpl.XMLTypeInfoImpl
| Modifier and Type | Field and Description |
|---|---|
protected XMLSave.XMLTypeInfo |
xmlTypeInfo |
| Constructor and Description |
|---|
EMOFXMLTypeInfoImpl(XMLSave.XMLTypeInfo xmlTypeInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldSaveType(EClass objectType,
EClass featureType,
EStructuralFeature feature)
Determines whether type information should be saved for an object of the
specified type in a feature of the specified type.
|
boolean |
shouldSaveType(EClass objectType,
EClassifier featureType,
EStructuralFeature feature)
Determines whether type information should be saved for an object of the
specified type in a feature of the specified type.
|
protected XMLSave.XMLTypeInfo xmlTypeInfo
public EMOFXMLTypeInfoImpl(XMLSave.XMLTypeInfo xmlTypeInfo)
public boolean shouldSaveType(EClass objectType,
EClassifier featureType,
EStructuralFeature feature)
XMLSave.XMLTypeInfoshouldSaveType in interface XMLSave.XMLTypeInfoshouldSaveType in class XMLSaveImpl.XMLTypeInfoImplobjectType - The object's type.featureType - The feature's type.feature - The feature in which the object is stored.true if the type should be saved; false
otherwise.public boolean shouldSaveType(EClass objectType,
EClass featureType,
EStructuralFeature feature)
XMLSave.XMLTypeInfoshouldSaveType in interface XMLSave.XMLTypeInfoshouldSaveType in class XMLSaveImpl.XMLTypeInfoImplobjectType - The object's type.featureType - The feature's type.feature - The feature in which the object is stored.true if the type should be saved; false
otherwise.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature