Class TApplyExpression


  • public class TApplyExpression
    extends Object

    Java class for TApplyExpression complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TApplyExpression">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation" maxOccurs="unbounded" minOccurs="0"/>
             <group ref="{http://docs.oasis-open.org/odata/ns/edm}GExpression" maxOccurs="unbounded" minOccurs="0"/>
           </choice>
           <attribute name="Function" type="{http://docs.oasis-open.org/odata/ns/edm}TClientFunction" />
         </restriction>
       </complexContent>
     </complexType>