// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // package openadk.library; public interface SIFObjectLink { String getRefId(); String getObjectName(); }