|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| com.sap.netweaver.bc.uwl | Contains API for main classes and interfaces used with UWL. |
| Uses of Attribute in com.sap.netweaver.bc.uwl |
|---|
| Methods in com.sap.netweaver.bc.uwl that return Attribute | |
|---|---|
static Attribute |
Attribute.createAttribute(String name,
boolean value)
This static method creates a boolean attribute. |
static Attribute |
Attribute.createAttribute(String name,
Boolean value)
This static method creates a boolean attribute. |
static Attribute |
Attribute.createAttribute(String name,
boolean[] values)
This static method creates a boolean attribute. |
static Attribute |
Attribute.createAttribute(String name,
Boolean[] values)
This static method creates a boolean attribute. |
static Attribute |
Attribute.createAttribute(String name,
char type)
This static method creates an attribute of the given type. |
static Attribute |
Attribute.createAttribute(String name,
Date value)
This static method creates a date attribute. |
static Attribute |
Attribute.createAttribute(String name,
Date[] values)
This static method creates a date attribute. |
static Attribute |
Attribute.createAttribute(String name,
double value)
This static method creates a double precision floating-point number attribute. |
static Attribute |
Attribute.createAttribute(String name,
Double value)
This static method creates a double precision floating-point number attribute. |
static Attribute |
Attribute.createAttribute(String name,
double[] values)
This static method creates a double attributes. |
static Attribute |
Attribute.createAttribute(String name,
Double[] values)
This static method creates a double precision floating-point number attribute. |
static Attribute |
Attribute.createAttribute(String name,
int value)
This static method creates an integer attribute. |
static Attribute |
Attribute.createAttribute(String name,
int[] values)
This static method creates an integer attribute. |
static Attribute |
Attribute.createAttribute(String name,
Integer value)
This static method creates an integer attribute. |
static Attribute |
Attribute.createAttribute(String name,
Integer[] values)
This static method creates an integer attribute. |
static Attribute |
Attribute.createAttribute(String name,
com.sap.security.api.IUser value)
This static method creates a User attribute. |
static Attribute |
Attribute.createAttribute(String name,
com.sap.security.api.IUser[] values)
This static method creates a User attribute. |
static Attribute |
Attribute.createAttribute(String name,
long value)
This static method creates a Long attribute. |
static Attribute |
Attribute.createAttribute(String name,
Long value)
This static method creates a long attribute. |
static Attribute |
Attribute.createAttribute(String name,
long[] values)
This static method creates a long attribute. |
static Attribute |
Attribute.createAttribute(String name,
Long[] values)
This static method creates a long attribute. |
static Attribute |
Attribute.createAttribute(String name,
Object value)
This method takes an instance of Object as the value. |
static Attribute |
Attribute.createAttribute(String name,
Object[] values)
This method takes an instance of Object as the value. |
static Attribute |
Attribute.createAttribute(String name,
String value)
This static method creates a string attribute. |
static Attribute |
Attribute.createAttribute(String name,
String[] values)
This static method creates a string attribute. |
static Attribute |
Attribute.createAttribute(String name,
String[] values,
boolean isUserID)
This static method creates a string or a user attribute. |
static Attribute |
Attribute.createAttribute(String name,
String value,
boolean isUserID)
This static method creates a string or a user attribute. |
Attribute |
Item.getAttribute(String attributeName)
Returns one Attribute for the item. |
Attribute |
Item.removeAttribute(String attrName)
Removes on Custom Attribute from the Item. |
| Methods in com.sap.netweaver.bc.uwl with parameters of type Attribute | |
|---|---|
void |
Item.addAttribute(Attribute attr)
Method for adding one attribute to the item |
|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||