Class DataRef


  • public class DataRef
    extends java.lang.Object
    Implementation of the BPMN 2.0 'dataInputRef' and 'dataOutputRef'
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String idRef  
    • Constructor Summary

      Constructors 
      Constructor Description
      DataRef​(java.lang.String idRef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdRef()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • idRef

        protected java.lang.String idRef
    • Constructor Detail

      • DataRef

        public DataRef​(java.lang.String idRef)
    • Method Detail

      • getIdRef

        public java.lang.String getIdRef()