org.eclipse.birt.data.oda.util.manifest
Class Property

java.lang.Object
  extended byorg.eclipse.birt.data.oda.util.manifest.Property

Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.Property .
The BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project.

public class Property
extends java.lang.Object

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()
          Deprecated. Returns whether the property can inherit from parent.
 PropertyChoice[] getChoices()
          Deprecated. Returns the selection list of choices for the property value.
 java.lang.String getDefaultValue()
          Deprecated. Returns the default value of the property.
 java.lang.String getDisplayName()
          Deprecated. Returns the display name of the extension-defined property.
 java.lang.String getGroupDisplayName()
          Deprecated. If the property is defined in a group, returns the group's display name.
 java.lang.String getGroupName()
          Deprecated. If the property is defined in a group, returns the group's name.
 java.lang.String getName()
          Deprecated. Returns the property name.
 java.lang.String getType()
          Deprecated. Returns the type of property.
 boolean isEncryptable()
          Deprecated. Returns a flag indicating whether this property value should be encrypted in the persistent report design file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Returns the property name.

Returns:
property name

getDisplayName

public java.lang.String getDisplayName()
Deprecated. 
Returns the display name of the extension-defined property. Defaults to property name if no display name is specified.

Returns:
The display name of the property

getGroupName

public java.lang.String getGroupName()
Deprecated. 
If the property is defined in a group, returns the group's name. Returns null for top-level property.

Returns:
the group name of the property, if applicable.

getGroupDisplayName

public java.lang.String getGroupDisplayName()
Deprecated. 
If the property is defined in a group, returns the group's display name. Defaults to group name if no display name is specified. Returns null for top-level property.

Returns:
the group display name of the property, if applicable.

getType

public java.lang.String getType()
Deprecated. 
Returns the type of property. See the extension point schema for a list of valid type values.

Returns:
property type.

canInherit

public boolean canInherit()
Deprecated. 
Returns whether the property can inherit from parent. Defaults to true if none is specified.

Returns:
whether the property can inherit.

getDefaultValue

public java.lang.String getDefaultValue()
Deprecated. 
Returns the default value of the property. Could be null value.

Returns:
property default value.

isEncryptable

public boolean isEncryptable()
Deprecated. 
Returns a flag indicating whether this property value should be encrypted in the persistent report design file.

Returns:
'true' or 'false' value indicating wehther the property value should be encrypted.

getChoices

public PropertyChoice[] getChoices()
Deprecated. 
Returns the selection list of choices for the property value. An empty array is returned if no choices are specified.

Returns:
an array of PropertyChoice instances that represent the choice elements defined for the property.


Copyright © 2005 Actuate Corp. All rights reserved.