org.ow2.bonita.facade.def.element
Interface ExternalReferenceDefinition

All Superinterfaces:
java.io.Serializable

public interface ExternalReferenceDefinition
extends java.io.Serializable

Not supported.
ExternalReference is a reference to an external definition of an entity.
It can be used in DataTypes, Participant, and Application.


Method Summary
 java.lang.String getLocation()
          It specifies the URI of the document that defines the type.
 java.lang.String getNamespace()
          It allows specification of the scope in which the entity is defined.
 java.lang.String getXref()
          It specifies the identity of the entity within the external document.
 

Method Detail

getXref

java.lang.String getXref()
It specifies the identity of the entity within the external document.


getLocation

java.lang.String getLocation()
It specifies the URI of the document that defines the type.


getNamespace

java.lang.String getNamespace()
It allows specification of the scope in which the entity is defined.



Copyright © 2009 OW2 Consortium. All Rights Reserved.