Searched defs:PropertySet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DPropertySet.java58 public abstract class PropertySet { class
63 protected PropertySet() {} method in class:PropertySet
66 * Marks a field on {@link PropertySet} as a
103 * Model of {@link PropertySet} class.
123 // * If all the properties defined on this {@link PropertySet} has a certain prefix
186 * Represents a typed property defined on a {@link PropertySet}.
190 boolean hasValue(PropertySet props);
191 Object get(PropertySet props);
192 void set(PropertySet props, Object value);
216 public boolean hasValue(PropertySet prop
[all...]

Completed in 29 milliseconds