public interface PropertyInfo extends ImmutablePropertyInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
MODE_JAVAOBJECT, MODE_JAVAOBJECT_GROUP, MODE_JAVAOBJECT_LIST, MODE_JAVAPROPERTY, MODE_JAVAPROPERTY_LIST, MODE_PAGE, MODE_PAGE_GROUP, MODE_PAGE_LIST, MODE_STRING, MODE_STRING_GROUP, MODE_STRING_LIST, MODE_UNKNOWN, MODE_UNKNOWN_GROUP, MODE_UNKNOWN_LIST, MODE_UNRESOLVED, TYPE_AMOUNT, TYPE_DATE, TYPE_DATETIME, TYPE_DECIMAL, TYPE_DISTINCT_PAGE, TYPE_DOUBLE, TYPE_FREEFORM, TYPE_IDENTIFIER, TYPE_IDSTRING, TYPE_INCLUDED_PAGE, TYPE_INTEGER, TYPE_JAVABEAN, TYPE_JAVAOBJECT, TYPE_JAVAPROPERTY, TYPE_NUMBER, TYPE_PASSWORD, TYPE_TEXT, TYPE_TEXTENCRYPTED, TYPE_TIMEOFDAY, TYPE_TOPLEVEL_PAGE, TYPE_TRUEFALSE, TYPE_UNKNOWN, TYPE_YESORNO
Modifier and Type | Method and Description |
---|---|
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.
|
getEmbeddedPageClass, getEntryCode, getJavaObjectClass, getLocalizedText, getLocalizedText, getMaxLength, getMode, getStandardText, getType, hasAccessSpecial, hasAccessStandard, hasEditDefined, hasTableEdit, hasTypeAmount, hasTypeDate, hasTypeDateTime, hasTypeDecimal, hasTypeDistinctPage, hasTypeDouble, hasTypeFreeform, hasTypeIdentifier, hasTypeIncludedPage, hasTypeInteger, hasTypeNumber, hasTypePassword, hasTypeText, hasTypeTextEncrypted, hasTypeTimeOfDay, hasTypeTopLevelPage, hasTypeTrueFalse, hasTypeUnknown, hasTypeYesOrNo, isModeGroup, isModeJavaObject, isModeList, isModePage, isModePageGroup, isModePageList, isModeString, isModeStringGroup, isModeStringList, isModeUnknown, validate
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
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 definitionPRRuntimeException
- 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
otherwiseCopyright © 2018 Pegasystems Inc. All Rights Reserved.