|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface XMLSave.XMLTypeInfo
This defines the methods for the interface used to determine whether type information should be saved when the XMLResource.OPTION_SAVE_TYPE_INFORMATION save option is enabled.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 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 |