org.apache.olingo.odata2.api.annotation.edm
Annotation Type EdmComplexType


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface EdmComplexType

Annotation for a EDM/CSDL ComplexType element.

EdmComplexType holds a set of related information like EdmPrimitiveType properties and EdmComplexType properties.


Optional Element Summary
 String name
          Define the name for the ComplexType.
 String namespace
          Define the namespace for the ComplexType.
 

name

public abstract String name
Define the name for the ComplexType. If not set a default value has to be generated by the EDM provider.

Returns:
name for the ComplexType
Default:
""

namespace

public abstract String namespace
Define the namespace for the ComplexType. If not set a default value has to be generated by the EDM provider.

Returns:
namespace for the ComplexType
Default:
""


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.