|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyInfo
PropertyInfo is used as the container for the definition of a particular property within a particular class as defined in the data dictionary. Methods exposed here allow you to create these Objects and interrogate them to discover the characteristics of classes defined within the system Data Dictionary. The methods used to determine what this property 'IS' are contained in the inherited PropertyCharacteristics methods. @see #PropertyCharacteristics for the specifics.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.String |
fromDefinition(java.lang.String aReference)
fetches the value of the named property from the Rule-Obj-Property instance defined for the class that this PropertyInfo instance belongs to. |
java.lang.String |
getName()
|
ClassInfo |
getOwner()
returns the ClassInfo of the object that contains this PropertyInfo. |
java.lang.String |
getQualifier(java.lang.String aQualifierName)
Returns the value of the named qualifier, if present, from the Rule-Obj-Property instance defined for the class that this PropertyInfo instance belongs to. |
boolean |
hasAccessReserved()
|
boolean |
hasQualifier(java.lang.String aQualifierName)
Reports on the existance of named qualifier. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
Method Detail |
---|
java.lang.String getName()
boolean hasAccessReserved()
true
if this has standard access.
false
otherwiseClassInfo getOwner()
java.lang.String fromDefinition(java.lang.String aReference)
aReference
- a reference to a property on the Rule-Obj-Property page.
java.lang.String getQualifier(java.lang.String aQualifierName)
aQualifierName
- name of Qualifier that might appear in the
Rule-Obj-Property instance.
String
if it is
not included in this definition
PRRuntimeException
- if the qualifier is defined as a run-time qualifierboolean hasQualifier(java.lang.String aQualifierName)
aQualifierName
- name of Qualifier that might appear in the
Rule-Obj-Property instance.
true
if the parameter is a defined qualifier for this property
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |