com.sun.xml.ws.api
Class PropertySet.MethodAccessor

java.lang.Object
  extended by com.sun.xml.ws.api.PropertySet.MethodAccessor
All Implemented Interfaces:
PropertySet.Accessor
Enclosing class:
PropertySet

static final class PropertySet.MethodAccessor
extends Object
implements PropertySet.Accessor


Constructor Summary
protected PropertySet.MethodAccessor(Method getter, Method setter, String value)
           
 
Method Summary
 Object get(PropertySet props)
           
 String getName()
           
 boolean hasValue(PropertySet props)
           
 void set(PropertySet props, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySet.MethodAccessor

protected PropertySet.MethodAccessor(Method getter,
                                     Method setter,
                                     String value)
Method Detail

getName

public String getName()
Specified by:
getName in interface PropertySet.Accessor

hasValue

public boolean hasValue(PropertySet props)
Specified by:
hasValue in interface PropertySet.Accessor

get

public Object get(PropertySet props)
Specified by:
get in interface PropertySet.Accessor

set

public void set(PropertySet props,
                Object value)
Specified by:
set in interface PropertySet.Accessor