|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface DataType
Used to demarcate expected data types for an operation
Required Element Summary | |
---|---|
String |
name
Returns the unique name of the data binding |
Optional Element Summary | |
---|---|
DataContext[] |
context
Returns an array of extensibility elements |
Class |
logicalType
Returns the logical data type |
Class |
physicalType
Returns the physical data type |
Element Detail |
---|
public abstract String name
public abstract Class logicalType
public abstract Class physicalType
public abstract DataContext[] context
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |