|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IProperty | |
| com.sap.netweaver.bc.rf.common.property | Contains repository framework common interface for properties. |
| com.sap.netweaver.bc.rf.common.property.booleantype | Contains repository framework common interface for boolean properties. |
| com.sap.netweaver.bc.rf.common.property.datetype | Contains repository framework common interface for date properties. |
| com.sap.netweaver.bc.rf.common.property.inttype | Contains repository framework common interface for integer properties. |
| com.sap.netweaver.bc.rf.common.property.longtype | Contains repository framework common interface for long properties. |
| com.sap.netweaver.bc.rf.common.property.stringtype | Contains repository framework common interface for string properties. |
| com.sap.netweaver.bc.rf.common.property.xmltype | Contains repository framework common interface for xml properties. |
| com.sap.netweaver.bc.rf.mi.property | Contains repository framework manager interface for properties. |
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property |
| Subinterfaces of IProperty in com.sap.netweaver.bc.rf.common.property | |
interface |
IMutableProperty
Read-And-Write interface describing a property, which is part of the resource and describes certain aspects of it. |
| Classes in com.sap.netweaver.bc.rf.common.property that implement IProperty | |
class |
AbstractProperty
Class implementing a lean property (for less memory consumption), which is part of the resource and describes certain aspects of it. |
| Methods in com.sap.netweaver.bc.rf.common.property that return IProperty | |
IProperty |
PropertySetDescriptor.getProperty()
Get property to be set on the resource. |
| Constructors in com.sap.netweaver.bc.rf.common.property with parameters of type IProperty | |
PropertySetDescriptor(IProperty property)
Construct property set (create/overwrite) operation. |
|
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property.booleantype |
| Classes in com.sap.netweaver.bc.rf.common.property.booleantype that implement IProperty | |
class |
BooleanMultiValueProperty
Class implementing a boolean multi value property. |
class |
BooleanSingleValueProperty
Class implementing a boolean single value property. |
class |
MutableBooleanMultiValueProperty
Class implementing a boolean multi value property. |
class |
MutableBooleanSingleValueProperty
Class implementing a boolean single value property. |
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property.datetype |
| Classes in com.sap.netweaver.bc.rf.common.property.datetype that implement IProperty | |
class |
DateMultiValueProperty
Class implementing a Date multi value property. |
class |
DateSingleValueProperty
Class implementing a Date single value property. |
class |
MutableDateMultiValueProperty
Class implementing a Date multi value property. |
class |
MutableDateSingleValueProperty
Class implementing a Date single value property. |
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property.inttype |
| Classes in com.sap.netweaver.bc.rf.common.property.inttype that implement IProperty | |
class |
IntMultiValueProperty
Class implementing a int multi value property. |
class |
IntSingleValueProperty
Class implementing a int single value property. |
class |
MutableIntMultiValueProperty
Class implementing a int multi value property. |
class |
MutableIntSingleValueProperty
Class implementing a int single value property. |
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property.longtype |
| Classes in com.sap.netweaver.bc.rf.common.property.longtype that implement IProperty | |
class |
LongMultiValueProperty
Class implementing a long multi value property. |
class |
LongSingleValueProperty
Class implementing a long single value property. |
class |
MutableLongMultiValueProperty
Class implementing a long multi value property. |
class |
MutableLongSingleValueProperty
Class implementing a long single value property. |
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property.stringtype |
| Classes in com.sap.netweaver.bc.rf.common.property.stringtype that implement IProperty | |
class |
MutableStringMultiValueProperty
Class implementing a String multi value property. |
class |
MutableStringSingleValueProperty
Class implementing a String single value property. |
class |
StringMultiValueProperty
Class implementing a String multi value property. |
class |
StringSingleValueProperty
Class implementing a String single value property. |
| Uses of IProperty in com.sap.netweaver.bc.rf.common.property.xmltype |
| Classes in com.sap.netweaver.bc.rf.common.property.xmltype that implement IProperty | |
class |
MutableXmlMultiValueProperty
Class implementing a Xml multi value property. |
class |
MutableXmlSingleValueProperty
Class implementing a Xml single value property. |
class |
XmlMultiValueProperty
Class implementing a Xml multi value property. |
class |
XmlSingleValueProperty
Class implementing a Xml single value property. |
| Uses of IProperty in com.sap.netweaver.bc.rf.mi.property |
| Methods in com.sap.netweaver.bc.rf.mi.property that return IProperty | |
IProperty |
IPropertyManager.getProperty(IResourceHandle resourceHandle,
IPropertyName propertyName)
Get single property of a single resource handle. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||