org.jbpm.pvm.internal.type
Class DefaultTypeSet

java.lang.Object
  extended by org.jbpm.pvm.internal.type.DefaultTypeSet
All Implemented Interfaces:
java.io.Serializable, TypeSet

public class DefaultTypeSet
extends java.lang.Object
implements TypeSet, java.io.Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.util.List<TypeMapping> typeMappings
           
 
Constructor Summary
DefaultTypeSet()
           
 
Method Summary
 void addTypeMapping(TypeMapping typeMapping)
           
 Type findTypeByMatch(java.lang.String key, java.lang.Object value)
           
 Type findTypeByName(java.lang.String typeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeMappings

protected java.util.List<TypeMapping> typeMappings
Constructor Detail

DefaultTypeSet

public DefaultTypeSet()
Method Detail

findTypeByMatch

public Type findTypeByMatch(java.lang.String key,
                            java.lang.Object value)
Specified by:
findTypeByMatch in interface TypeSet

findTypeByName

public Type findTypeByName(java.lang.String typeName)
Specified by:
findTypeByName in interface TypeSet

addTypeMapping

public void addTypeMapping(TypeMapping typeMapping)


Copyright © 2010 JBoss Community. All Rights Reserved.