|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
| com.sap.tc.complib | Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. |
| Uses of Property in com.sap.tc.complib |
| Methods in com.sap.tc.complib that return Property | |
Property |
DevelopmentComponent.getProperty(java.lang.String name)
Returns the property matching the given name. |
Property |
DevelopmentComponent.getProperty(java.lang.String name,
java.lang.String namespaceURI)
Returns the property matching the given name and namespace. |
Property |
DevelopmentComponent.addProperty(java.lang.String name,
java.lang.String namespaceURI)
Adds a property to the list of properties. |
Property |
DevelopmentComponent.addProperty(java.lang.String name,
java.lang.String namespaceURI,
java.lang.String value)
Adds a property to the list of properties. |
Property |
Compartment.addProperty(java.lang.String name,
java.lang.String namespaceURI)
Adds a property to the list of properties. |
Property |
Compartment.addProperty(java.lang.String name,
java.lang.String namespaceURI,
java.lang.String value)
Adds a property to the list of properties. |
Property |
Compartment.getProperty(java.lang.String name)
Returns the property matching the given name. |
Property |
Compartment.getProperty(java.lang.String name,
java.lang.String namespaceURI)
Returns the property matching the given name and namespace. |
static Property |
ComponentFactory.createProperty()
Creates a new empty property instance. |
static Property |
ComponentFactory.createProperty(java.lang.String propertyName,
DevelopmentComponent parent)
Creates a new property instance with the given name and adds that property to the given development component. |
static Property |
ComponentFactory.createProperty(java.lang.String propertyName,
java.lang.String namespacePrefix,
java.lang.String namespaceURI,
DevelopmentComponent parent)
Creates a new property instance with given name, namespace prefix and URI and adds that property to the given development component |
Property |
DevelopmentConfiguration.addProperty(java.lang.String name,
java.lang.String namespaceURI)
Adds a property to the list of properties. |
Property |
DevelopmentConfiguration.addProperty(java.lang.String name,
java.lang.String namespaceURI,
java.lang.String value)
Adds a property to the list of properties. |
Property |
DevelopmentConfiguration.getProperty(java.lang.String name)
Returns the property matching the given name. |
Property |
DevelopmentConfiguration.getProperty(java.lang.String name,
java.lang.String namespaceURI)
Returns the property matching the given name and namespace. |
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||