|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface EdmEntityType
Annotation for a EDM/CSDL EntityType element.
EdmEntityType holds a set of related information like EdmPrimitiveType, EdmComplexType and EdmNavigation properties.
Optional Element Summary | |
---|---|
String |
name
Define the name for the EDM EntityType. |
String |
namespace
Define the namespace for the EDM EntityType. |
public abstract String name
public abstract String namespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |