|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.isr.xarch.XArchActionMetadata
| Field Summary | |
static int |
CREATE
CREATE indicates that this describes a create action for a context. |
static int |
CREATE_ELEMENT
CREATE_ELEMENT indicates that this describes a create element action for a context. |
static int |
PROMOTE
PROMOTE indicates that this describes a promote action for a context. |
static int |
RECONTEXTUALIZE
RECONTEXTUALIZE indicates that this describes a recontextualize action for a context. |
| Constructor Summary | |
XArchActionMetadata(int type,
XArchTypeMetadata input,
XArchTypeMetadata output)
|
|
| Method Summary | |
XArchTypeMetadata |
getInputTypeMetadata()
Returns metadata describing the input type used by this action, or null if it does not require one. |
XArchTypeMetadata |
getOutputTypeMetadata()
Returns metadata describing the output type resulting from this action. |
int |
getType()
Returns the type of this action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CREATE
CREATE indicates that this describes a create action for a context.
public static final int CREATE_ELEMENT
CREATE_ELEMENT indicates that this describes a create element action for a context.
public static final int PROMOTE
PROMOTE indicates that this describes a promote action for a context.
public static final int RECONTEXTUALIZE
RECONTEXTUALIZE indicates that this describes a recontextualize action for a context.
| Constructor Detail |
public XArchActionMetadata(int type,
XArchTypeMetadata input,
XArchTypeMetadata output)
| Method Detail |
public int getType()
CREATE,
CREATE_ELEMENT,
PROMOTE,
RECONTEXTUALIZEpublic XArchTypeMetadata getInputTypeMetadata()
null if it does not require one.
null if it does not require onepublic XArchTypeMetadata getOutputTypeMetadata()
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||