}
}
public void resetValue(Object object) throws IllegalStateException, IllegalArgumentException {
try {
Stream target = (Stream) object;
target.removeAllADMID();
} catch (java.lang.Exception ex) {
throw new IllegalStateException(ex.toString());
}
}
public java.lang.Object newInstance(java.lang.Object parent) {