org.ow2.orchestra.pvm.internal.type
Class TypeMapping

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.type.TypeMapping
All Implemented Interfaces:
Serializable

public class TypeMapping
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TypeMapping()
           
 
Method Summary
 Matcher getMatcher()
           
 Type getType()
           
 boolean matches(String name, Object value)
           
 void setMatcher(Matcher matcher)
           
 void setType(Type type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMapping

public TypeMapping()
Method Detail

matches

public boolean matches(String name,
                       Object value)

toString

public String toString()
Overrides:
toString in class Object

setMatcher

public void setMatcher(Matcher matcher)

getType

public Type getType()

setType

public void setType(Type type)

getMatcher

public Matcher getMatcher()


Copyright © 2011 OW2 Consortium. All Rights Reserved.