|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyOwner
The PropertyOwner
interface is implemented by any property that owns
other properties. The property type of this property is com.sun.messaging.PropertyOwner
.
Setting a property Type to com.sun.messaging.PropertyOwner
indicates
that dependant property information can be obtained from the class via the
interface methods described below.
Method Summary | |
---|---|
java.lang.String |
getPropertyDefault(java.lang.String propname)
Returns the default value of a single owned property. |
java.lang.String |
getPropertyLabel(java.lang.String propname)
Returns the label of a single owned property. |
java.lang.String[] |
getPropertyNames()
Returns a String array of property names that this PropertyOwner
owns. |
java.lang.String |
getPropertyType(java.lang.String propname)
Returns the type of a single owned property. |
Method Detail |
---|
java.lang.String[] getPropertyNames()
PropertyOwner
owns.
PropertyOwner
owns.java.lang.String getPropertyType(java.lang.String propname)
propname
- The name of the owned property.
propname
.
null
if the property propname
is invalid.java.lang.String getPropertyLabel(java.lang.String propname)
propname
- The name of the owned property.
propname
.
null
if the property propname
is invalid.java.lang.String getPropertyDefault(java.lang.String propname)
propname
- The name of the owned property.
propname
.
null
if the property propname
is invalid.
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |