TransformationMethod2public interface TransformationMethod2 implements TransformationMethodTransformationMethod2 extends the TransformationMethod interface
and adds the ability to relax restrictions of TransformationMethod. |
Methods Summary |
---|
public void | setLengthChangesAllowed(boolean allowLengthChanges)Relax the contract of TransformationMethod to allow length changes,
or revert to the length-restricted behavior.
|
|