Uses of Class
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.Constants.BasicTypes

Packages that use Constants.BasicTypes
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema   
 

Uses of Constants.BasicTypes in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard that return Constants.BasicTypes
static Constants.BasicTypes Constants.BasicTypes.fromValue(java.lang.String value)
           
static Constants.BasicTypes Constants.BasicTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.BasicTypes[] Constants.BasicTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard with parameters of type Constants.BasicTypes
 boolean Constants.BasicTypes.equals(Constants.BasicTypes other)
           
 

Uses of Constants.BasicTypes in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema that return Constants.BasicTypes
 Constants.BasicTypes BasicType.getType()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema with parameters of type Constants.BasicTypes
 void BasicType.setType(Constants.BasicTypes type)
           
 

Constructors in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema with parameters of type Constants.BasicTypes
BasicType(Constants.BasicTypes t)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.