|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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. |
public abstract String name
public abstract String namespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |