package com.esri.sde.sdk.client; /** * * * @source $URL$ */ public class SeDelete extends SeStreamOp{ public SeDelete(SeConnection c) throws SeException {} public void byId(String s, SeObjectId d) throws SeException {} }