|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An application-defined and personalized property of a resource object in any repository.
Copyright (c) SAP AG 2001-2004
| Method Summary | |
Boolean |
getBooleanValue()
Get the property value if the type is PropertyType.BOOLEAN or null
otherwise. |
Date |
getDateValue()
Get the property value if the type is PropertyType.DATE or null
otherwise. |
Integer |
getIntegerValue()
Get the property value if the type is PropertyType.INTEGER or null
otherwise. |
Long |
getLongValue()
Get the property value if the type is PropertyType.LONG or null
otherwise. |
IPropertyName |
getPropertyName()
Returns the property name |
String |
getStringValue()
Get the property value if the type is PropertyType.STRING or PropertyType.XML, or null otherwise. |
PropertyType |
getType()
Returns the property data type |
String |
getUserID()
Returns the user ID if the property is personalized, null otherwise |
String |
getValueAsString()
Get the property value converted to a string. |
List |
getValues()
Returns a list of property values if the property is defined as multi-valued, null otherwise |
boolean |
isCopyEnabled()
Returns a flag indicating of the properties should be copied if copy() is called on the resource |
boolean |
isMultivalued()
Returns true if it is a multi-valued property |
| Method Detail |
public IPropertyName getPropertyName()
public PropertyType getType()
public boolean isMultivalued()
public boolean isCopyEnabled()
public String getUserID()
public String getValueAsString()
public Boolean getBooleanValue()
PropertyType.BOOLEAN or null
otherwise.
public Integer getIntegerValue()
PropertyType.INTEGER or null
otherwise.
public Long getLongValue()
PropertyType.LONG or null
otherwise.
public Date getDateValue()
PropertyType.DATE or null
otherwise.
public String getStringValue()
PropertyType.STRING or PropertyType.XML, or null otherwise.
public List getValues()
throws WcmException
null otherwise
WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||