xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch
Class XArchInstanceMetadata

java.lang.Object
  extended byedu.uci.isr.xarch.XArchInstanceMetadata

public class XArchInstanceMetadata
extends Object


Constructor Summary
XArchInstanceMetadata(String context)
           
 
Method Summary
 String getCurrentContext()
          Returns the current context in which the element was last created in, recontextualized, or promoted to, or null if none exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XArchInstanceMetadata

public XArchInstanceMetadata(String context)
Method Detail

getCurrentContext

public String getCurrentContext()
Returns the current context in which the element was last created in, recontextualized, or promoted to, or null if none exists.

Returns:
Returns the current context of the element, or null if none exists.

xArch/xADL 2.0 Data Binding Library