| 
 | ||||||||||
| 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
public class 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 | allowsEmptyValueAsNull()Returns a flag that indicates whether an empty value of this property can be treated as a null value. | 
|  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 | isEditable(java.util.Properties propertiesVisibility)Indicates whether this property value should be editable, per the definition specified in the properties element. | 
|  boolean | isEncryptable()Returns a flag indicating whether this property value should be encrypted in the persistent report design file. | 
|  boolean | isVisible(java.util.Properties propertiesVisibility)Indicates whether this property should be visible per the definition specified in the properties element. | 
| 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 boolean allowsEmptyValueAsNull()
public PropertyChoice[] getChoices()
public boolean isVisible(java.util.Properties propertiesVisibility)
propertiesVisibility - the collection of property visibility
          defined for the element associated with
          this property
public boolean isEditable(java.util.Properties propertiesVisibility)
propertiesVisibility - the collection of property visibility
          defined for the element associated with
          this property
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||