|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.Property
The definition of a property defined by an ODA data source extension or
its supported data set definitions.
No validation is done on the attribute values;
it is up to the consumer to process as appropriate.
Method Summary | |
boolean |
canInherit()
Returns whether the property can inherit from parent. |
PropertyChoice[] |
getChoices()
Returns the selection list of choices for the property value. |
java.lang.String |
getDefaultValue()
Returns the default value of the property. |
java.lang.String |
getDisplayName()
Returns the display name of the extension-defined property. |
java.lang.String |
getGroupDisplayName()
If the property is defined in a group, returns the group's display name. |
java.lang.String |
getGroupName()
If the property is defined in a group, returns the group's name. |
java.lang.String |
getName()
Returns the property name. |
java.lang.String |
getType()
Returns the type of property. |
boolean |
isEncryptable()
Returns a flag indicating whether this property value should be encrypted in the persistent report design file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.lang.String getGroupName()
public java.lang.String getGroupDisplayName()
public java.lang.String getType()
public boolean canInherit()
public java.lang.String getDefaultValue()
public boolean isEncryptable()
public PropertyChoice[] getChoices()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |