|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMutableProperty
Read-And-Write interface describing a property, which is part of the resource
and describes certain aspects of it. A property has a name (IPropertyName), type (PropertyType), some attributes, a natural
language description and most important a value. For each type exists a
specific property interface and implementation extending this interface.
IProperty,
IPropertyName,
PropertyType| Method Summary | |
|---|---|
void |
clearAttributes()
Remove all attributes for the property at once. |
void |
removeAttribute(String attributeName)
Remove attribute from the property. |
void |
setAttribute(String attributeName,
String attributeValue)
Add attribute for the property. |
void |
setAttributes(Properties attributes)
Set all attributes for the property at once. |
| Methods inherited from interface com.sap.netweaver.bc.rf.common.property.IProperty |
|---|
areFlagsSet, getAttribute, getAttributes, getDescription, getDescription, getFlags, getPropertyName, getType, getValueAsString, getValuesAsStrings, isHidden, isLive, isMultiValue, isReadOnly, isRequired |
| Method Detail |
|---|
void setAttributes(Properties attributes)
throws ResourceException
attributes - property map holding all attributes
ResourceException - when the attributes map or the property is
invalid
void clearAttributes()
throws ResourceException
ResourceException - when the property is invalid
void setAttribute(String attributeName,
String attributeValue)
throws ResourceException
attributeName - attribute nameattributeValue - attribute value
ResourceException - when the attribute name or value or the
property is invalid
void removeAttribute(String attributeName)
throws ResourceException
attributeName - attribute name
ResourceException - when the attribute name or the property is
invalid| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||