|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the public interface for Property Sets, which are logical groupings of property definitions. A Property Set can be defined to contain the definitions of a group of related properties, such as user preferences.
These property definitions are used by Configurable Entity EJB's to validate property values and retrieve default values for properties. They can also be used by tools to display a list of available properties for an entity.
PropertyDefinition
,
ConfigurableEntity
Method Summary | |
java.lang.String |
getDescription()
Get the description of this property set |
java.lang.String |
getName()
Get the name of this property set |
PropertyDefinition |
getPropertyDefinition(java.lang.String key)
Retrieve a particular PropertyDefinition by name. |
java.util.Map |
getPropertyDefinitions()
Retrieve all the property definitions in this property set. |
java.lang.String |
getType()
Get the type of this property set. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getType()
Type is also used as a way to namespace property sets - two property sets can have the same name, as long as they are different types.
public java.util.Map getPropertyDefinitions()
public PropertyDefinition getPropertyDefinition(java.lang.String key)
key
- the name of the PropertyDefinition to retrieve
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |