}
@Override
public void resetValue(Object object) throws IllegalStateException, IllegalArgumentException {
try {
WptType target = (WptType) object;
target.removeAllWptLink();
} catch (java.lang.Exception ex) {
throw new IllegalStateException(ex.toString());
}
}
@Override