|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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 | |
java.lang.Boolean |
getBooleanValue()
Get the property value if the type is PropertyType.BOOLEAN or null
otherwise. |
java.util.Date |
getDateValue()
Get the property value if the type is PropertyType.DATE or null
otherwise. |
java.lang.Integer |
getIntegerValue()
Get the property value if the type is PropertyType.INTEGER or null
otherwise. |
java.lang.Long |
getLongValue()
Get the property value if the type is PropertyType.LONG or null
otherwise. |
IPropertyName |
getPropertyName()
Returns the property name |
java.lang.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 |
java.lang.String |
getUserID()
Returns the user ID if the property is personalized, null otherwise |
java.lang.String |
getValueAsString()
Get the property value converted to a string. |
java.util.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 java.lang.String getUserID()
public java.lang.String getValueAsString()
public java.lang.Boolean getBooleanValue()
PropertyType.BOOLEAN or null
otherwise.public java.lang.Integer getIntegerValue()
PropertyType.INTEGER or null
otherwise.public java.lang.Long getLongValue()
PropertyType.LONG or null
otherwise.public java.util.Date getDateValue()
PropertyType.DATE or null
otherwise.public java.lang.String getStringValue()
PropertyType.STRING or PropertyType.XML, or null otherwise.
public java.util.List getValues()
throws WcmException
null otherwiseWcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||