public static interface XMLSave.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.
|
boolean shouldSaveType(EClass objectType,
EClassifier featureType,
EStructuralFeature feature)
objectType - 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.boolean shouldSaveType(EClass objectType,
EClass featureType,
EStructuralFeature feature)
objectType - 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