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

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

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


Constructor Summary
protected PropertySet.FieldAccessor(Field f, String name)
           
 
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.FieldAccessor

protected PropertySet.FieldAccessor(Field f,
                                    String name)
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