protected class XMLSaveImpl.XMLTypeInfoImpl extends java.lang.Object implements XMLSave.XMLTypeInfo
| Modifier | Constructor and Description |
|---|---|
protected |
XMLTypeInfoImpl() |
| 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.
|
public boolean shouldSaveType(EClass objectType,
EClassifier featureType,
EStructuralFeature feature)
XMLSave.XMLTypeInfoshouldSaveType in interface XMLSave.XMLTypeInfoobjectType - 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.XMLTypeInfoobjectType - 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