com.sapportals.portal.prt.component
Interface IPropertyDescriptor


Deprecated. This interface has been deprecated. The IPortalComponentProfile.getPropertyAttribute(java.lang.String, java.lang.String) provides now a direct access to attributes

public interface IPropertyDescriptor

See Also:
IPortalComponentProfile.getProperty(String), IPortalComponentProfile.getPropertyAttribute(String, String)

Method Summary
 java.lang.String getAttributeValue(java.lang.String attributeName)
          Deprecated. returns the value of the attribute
 java.lang.String getName()
          Deprecated. returns the name of this property
 java.lang.String getType()
          Deprecated. returns the type of this property
 java.lang.String getValue()
          Deprecated. returns the value of the property
 

Method Detail

getValue

public java.lang.String getValue()
Deprecated. 
returns the value of the property

getName

public java.lang.String getName()
Deprecated. 
returns the name of this property

getType

public java.lang.String getType()
Deprecated. 
returns the type of this property

getAttributeValue

public java.lang.String getAttributeValue(java.lang.String attributeName)
Deprecated. 
returns the value of the attribute
Parameters:
attributeName -