|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImmutablePropertyAliasInfo
ImmutableAliasPropertyInfo is used as the container for the definition of a particular property alias within a particular class as defined in the data dictionary. Methods exposed here allow you to interrogate these definitions to discover the characteristics of classes defined within the system Data Dictionary.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.String |
comparator()
Get the sort function specified in this Alias instance. |
java.lang.String |
getClassName()
Get the class name (pyClassName) of this Alias instance. |
java.lang.String |
getEntryCode()
The EntryCode contains all of the dictionary-related definition information for this property in an encoded form. |
java.lang.String |
getName()
Get the name (pyPropertyName) of this Alias instance. |
ClipboardProperty |
getPropertyReferences()
Return a page list of Embed-ChangeDesignation pages that describe the properties that are referenced in this alias. |
java.lang.String |
getReference()
Get the property reference (if this is a non-expression alias); |
java.lang.String |
getStreamName()
Get the HTML property definition specified in this Alias instance. |
char |
getType()
|
boolean |
hasTypeAmount()
|
boolean |
hasTypeDate()
contains a date. |
boolean |
hasTypeDateTime()
contains a datetime type. |
boolean |
hasTypeDecimal()
|
boolean |
hasTypeDouble()
|
boolean |
hasTypeFreeform()
has freeform (String) type. |
boolean |
hasTypeIdentifier()
contains a valid identifier. |
boolean |
hasTypeInteger()
contains an integer number type. |
boolean |
hasTypeNumber()
Deprecated. Use hasTypeInteger() instead |
boolean |
hasTypePassword()
has an encrypted value. |
boolean |
hasTypeText()
contains Text. |
boolean |
hasTypeTextEncrypted()
has an site specific cipher encrypted text value. |
boolean |
hasTypeTimeOfDay()
contains a time-of-day. |
boolean |
hasTypeTrueFalse()
contains 'T', 'F', 'true', 'false'. |
boolean |
hasTypeUnknown()
has not yet been fully decipherd. |
boolean |
hasTypeYesOrNo()
Deprecated: use properties with ImmutablePropertyInfo.TYPE_TRUEFALSE instead. |
boolean |
usesExpression()
Does this Rule-Obj-Property-Alias instance use an expression, or is it a literal property reference? |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
Method Detail |
---|
char getType()
boolean hasTypeUnknown()
true
if this has an Unknown Type
false
otherwiseboolean hasTypeFreeform()
true
if this has a Freeform Type
false
otherwiseboolean hasTypeText()
true
if this has a Text Type
false
otherwiseboolean hasTypeIdentifier()
true
if this has an Identifier Type
false
otherwiseboolean hasTypePassword()
true
if this has a Password Type
false
otherwiseboolean hasTypeTextEncrypted()
true
if this has an Encrypt Type
false
otherwiseboolean hasTypeDateTime()
true
if this has a DateTime Type
false
otherwiseboolean hasTypeDate()
true
if this has a Date Type
false
otherwiseboolean hasTypeTimeOfDay()
true
if this has a Time-Of-Day Type
false
otherwiseboolean hasTypeTrueFalse()
true
if this has a True-False Type
false
otherwiseboolean hasTypeYesOrNo()
ImmutablePropertyInfo.TYPE_TRUEFALSE
instead.
true
if this has a Yes-No Type
false
otherwiseboolean hasTypeNumber()
true
if this has a Number Type
false
otherwiseboolean hasTypeInteger()
true
if this has a Integer Type
false
otherwiseboolean hasTypeDecimal()
true
if this has a Decimal Type
false
otherwiseboolean hasTypeDouble()
true
if this has a Double Type
false
otherwiseboolean hasTypeAmount()
true
if this has a Amount Type
false
otherwiseClipboardProperty getPropertyReferences()
java.lang.String getEntryCode()
boolean usesExpression()
java.lang.String getReference()
java.lang.String getName()
java.lang.String getClassName()
java.lang.String comparator()
java.lang.String getStreamName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |