Package org.teiid.olingo
Class ComplexReturnType
- java.lang.Object
-
- org.teiid.olingo.ComplexReturnType
-
public class ComplexReturnType extends Object
-
-
Constructor Summary
Constructors Constructor Description ComplexReturnType(String name, org.apache.olingo.commons.api.edm.EdmStructuredType type, org.apache.olingo.commons.api.data.Entity entity, boolean expand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.commons.api.edm.EdmStructuredType
getEdmStructuredType()
org.apache.olingo.commons.api.data.Entity
getEntity()
String
getName()
boolean
isExpand()
-
-
-
Constructor Detail
-
ComplexReturnType
public ComplexReturnType(String name, org.apache.olingo.commons.api.edm.EdmStructuredType type, org.apache.olingo.commons.api.data.Entity entity, boolean expand)
-
-
Method Detail
-
getEntity
public org.apache.olingo.commons.api.data.Entity getEntity()
-
getName
public String getName()
-
isExpand
public boolean isExpand()
-
getEdmStructuredType
public org.apache.olingo.commons.api.edm.EdmStructuredType getEdmStructuredType()
-
-