java.lang.Object
omix.plugin.ovl.OVLCompatibilityHandlerInterface.Substitution
- Enclosing interface:
- OVLCompatibilityHandlerInterface
public static class OVLCompatibilityHandlerInterface.Substitution extends Object
A Substitution consisting of the namespace of the new class/field/accessory
and the new name of the member.
- Since:
- Omix 1.5.12
- Author:
- Dr. Peter Droste
-
Field Summary
Fields Modifier and Type Field Description String
namespace
String
substitution
The new name of the member. -
Constructor Summary
Constructors Constructor Description Substitution(String namespace, String substitution)
-
Method Summary
-
Field Details
-
substitution
The new name of the member. -
namespace
-
-
Constructor Details
-
Substitution
- Parameters:
namespace
- must not be null!substitution
- The new name of the member.
-