| |
|
| java.lang.Object org.apache.beehive.controls.api.properties.PropertyKey
PropertyKey | public class PropertyKey implements java.io.Serializable(Code) | | The PropertyKey class represents a key that can be used to set a JSR-175 attribute member
value within a PropertyMap .
|
Constructor Summary | |
public | PropertyKey(Class<? extends Annotation> propertySet, String propertyName) This constructor takes the JSR-175 metadata interface that is associated with
the contained attributes. |
PropertyKey | public PropertyKey(Class<? extends Annotation> propertySet, String propertyName)(Code) | | This constructor takes the JSR-175 metadata interface that is associated with
the contained attributes.
|
extractValue | Object extractValue(Annotation annot)(Code) | | Extracts the value of the key from an Annotation instance
|
getDefaultValue | public Object getDefaultValue()(Code) | | Computes the default value for the value of this property key, or null if there
is no defined default.
|
hashCode | public int hashCode()(Code) | | |
|
|
|