| java.lang.Object model.ModelModifier
ModelModifier | public class ModelModifier (Code) | | author: sh |
doEnvEntryNameModification | public void doEnvEntryNameModification(String implementation, String oldEntryName, String newEntryName)(Code) | | Does the model environment entry name modification.
Parameters: oldEntryName - the old environment entry name Parameters: newEntryName - the new environment entry name |
doEnvEntryTypeModification | public void doEnvEntryTypeModification(String implementation, String oldTypeName, String newTypeName, String entryName)(Code) | | Does the environment entry type modification.
Parameters: implementation - the implementation of the element, containingthe environment entry Parameters: oldTypeName - the old environment entry type to change Parameters: newTypeName - the new environment entry type to set Parameters: entryName - the entry name which type should be changed |
doImplementationModification | public void doImplementationModification(String oldImplementationName, String newImplementationName)(Code) | | Does the model Element implementation modification.
Parameters: oldImplementationName - the old implementation property name Parameters: newImplementationName - the new implementation property name |
doNameModification | public void doNameModification(String oldImplementation, String newImplementation, String newName)(Code) | | Does the model Element name and implementation modification.
Parameters: oldImplementation - the implementation property to change Parameters: newImplementation - the new implementation property string to set Parameters: newName - the new Name to set new |
doPackageModification | public void doPackageModification(String oldImplementationName, String newImplementationName)(Code) | | Does the model Element package modification.
Parameters: oldPackageName - the old package value of the implementation property Parameters: newPackageName - the new package value of the implementation property |
|
|