Package com.microstrategy.web.objects
Interface WebObjectCouple<X extends WebObjectInfo,Y extends WebObjectInfo>
-
- Type Parameters:
X- The first object typeY- The second object type
public interface WebObjectCouple<X extends WebObjectInfo,Y extends WebObjectInfo>Interface to couple two types of WebObjectInfo together- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XgetFirstObject()Return the first object in the coupleYgetSecondObject()Return the second object in the couple
-