* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLength(TVarLen newLength) {
TVarLen oldLength = length;
length = newLength == null ? LENGTH_EDEFAULT : newLength;
boolean oldLengthESet = lengthESet;
lengthESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, Subset0267Package.SPECS_TYPE__LENGTH, oldLength, length, !oldLengthESet));