com.sun.xml.ws.api
Class PropertySet.MethodAccessor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySet.MethodAccessor
protected PropertySet.MethodAccessor(Method getter,
Method setter,
String value)
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