Uses of Class
org.ow2.orchestra.pvm.internal.type.Type

Packages that use Type
org.ow2.orchestra.pvm.internal.model   
org.ow2.orchestra.pvm.internal.type   
 

Uses of Type in org.ow2.orchestra.pvm.internal.model
 

Fields in org.ow2.orchestra.pvm.internal.model declared as Type
protected  Type VariableDefinitionImpl.type
           
 

Methods in org.ow2.orchestra.pvm.internal.model that return Type
 Type VariableDefinitionImpl.getType()
           
 

Methods in org.ow2.orchestra.pvm.internal.model with parameters of type Type
 void ExecutionImpl.createVariable(String variableKey, Object variableValue, String typeName, Type type)
           
 void ExecutionImpl.createVariable(String variableKey, Object variableValue, Type type)
           
 void VariableDefinitionImpl.setType(Type type)
           
 

Uses of Type in org.ow2.orchestra.pvm.internal.type
 

Methods in org.ow2.orchestra.pvm.internal.type that return Type
 Type VariableTypeResolver.findTypeByMatch(String key, Object value)
           
 Type DefaultVariableTypeResolver.findTypeByMatch(String key, Object value)
           
 Type VariableTypeResolver.findTypeByName(String typeName)
           
 Type DefaultVariableTypeResolver.findTypeByName(String typeName)
           
 Type Variable.getType()
           
 Type TypeMapping.getType()
           
 

Methods in org.ow2.orchestra.pvm.internal.type with parameters of type Type
 void TypeMapping.setType(Type type)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.