|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Respresents the runtime instances of the structures. Contains the structure attributes. Substructures can be added, attribute values can retreived and updated.
| Method Summary | |
IGPStructure |
addStructure(String name)
Adds a new structure with the specified name and no namespace. |
IGPStructure |
addStructure(String name,
String namespace)
Adds a new structure with the specified name and no namespace. |
Object |
getAttribute(String attributeName)
Returns the value of the attribute with the specified name and no namespace |
Object |
getAttribute(String attributeName,
String namespace)
Returns the value of the attribute with the specified name and namespace |
BigDecimal |
getAttributeAsBigDecimal(String name)
Gets the value of the attribute with the specified name and no namespace. |
BigDecimal |
getAttributeAsBigDecimal(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
BigInteger |
getAttributeAsBigInteger(String name)
Gets the value of the attribute with the specified name and no namespace. |
BigInteger |
getAttributeAsBigInteger(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
boolean |
getAttributeAsBoolean(String name)
Gets the value of the attribute with the specified name and no namespace. |
boolean |
getAttributeAsBoolean(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
byte |
getAttributeAsByte(String name)
Gets the value of the attribute with the specified name and no namespace. |
byte |
getAttributeAsByte(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
byte[] |
getAttributeAsByteArray(String name)
Gets the value of the attribute with the specified name and no namespace. |
byte[] |
getAttributeAsByteArray(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
Date |
getAttributeAsDate(String name)
Gets the value of the attribute with the specified name and no namespace. |
Date |
getAttributeAsDate(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
double |
getAttributeAsDouble(String name)
Gets the value of the attribute with the specified name and no namespace. |
double |
getAttributeAsDouble(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
int |
getAttributeAsInt(String name)
Gets the value of the attribute with the specified name and no namespace. |
int |
getAttributeAsInt(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
long |
getAttributeAsLong(String name)
Gets the value of the attribute with the specified name and no namespace. |
long |
getAttributeAsLong(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
short |
getAttributeAsShort(String name)
Gets the value of the attribute with the specified name and no namespace. |
short |
getAttributeAsShort(String name,
String namespace)
Gets the value of the attribute with the specified name and namespace. |
String |
getAttributeAsString(String attributeName)
Returns a stringified value of the attribute with the specified name and no namespace |
String |
getAttributeAsString(String attributeName,
String namespace)
Returns a stringified value of the attribute with the specified name and namespace |
Collection |
getAttributeValues(String name)
Returns collection values of the attribute with the specified name and no namespace. |
Collection |
getAttributeValues(String name,
String namespace)
Returns collection values of the attribute with the specified name and namespace. |
IGPStructure |
getParentStructure()
Returns the parent structrue instance of the current structure instance. |
IGPStructure |
getStructure(String name)
Returns a substructure instance with the specified name and no namespace. |
IGPStructure |
getStructure(String name,
String namespace)
Returns a substructure instance with the specified name and namespace. |
IGPStructureInfo |
getStructureInfo()
Returns the structure definition of the current structure instance |
Collection |
getStructures(String name)
Returns all substructure instances with the specified name and no namespace. |
Collection |
getStructures(String name,
String namespace)
Returns all substructure instances with the specified name and namespace. |
void |
setAttributeValue(String name,
BigDecimal value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
BigInteger value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
boolean value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
byte value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
byte[] value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
Date value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
double value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
int value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
long value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
Object value)
Sets the value of the attribute with the specified name and no namespace |
void |
setAttributeValue(String name,
short value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
String value)
Sets new value of the attribute with the specified name and no namespace. |
void |
setAttributeValue(String name,
String namespace,
BigDecimal value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
BigInteger value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
boolean value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
byte value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
byte[] value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
Date value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
double value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
int value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
long value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
Object value)
Sets the value of the attribute with the specified name and no namespace |
void |
setAttributeValue(String name,
String namespace,
short value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValue(String name,
String namespace,
String value)
Sets new value of the attribute with the specified name and namespace. |
void |
setAttributeValues(String name,
Collection values)
Sets new values for the attribute with the specified name and namespace. |
void |
setAttributeValues(String name,
String namespace,
Collection values)
Sets new values for the attribute with the specified name and namespace. |
String |
toString()
Overriden default-method. |
| Method Detail |
public IGPStructureInfo getStructureInfo()
public IGPStructure getParentStructure()
public Object getAttribute(String attributeName)
throws GPInvocationException
attributeName - the name of the attribute
java.lang.Object
GPInvocationException
public Object getAttribute(String attributeName,
String namespace)
throws GPInvocationException
attributeName - the name of the attributenamespace - the attribute namespace
java.lang.Object
GPInvocationException
public String getAttributeAsString(String attributeName)
throws GPInvocationException
attributeName - the attribute name
GPInvocationException
public String getAttributeAsString(String attributeName,
String namespace)
throws GPInvocationException
attributeName - the name of the attributenamespace - the namespace of the attribute
GPInvocationException
public void setAttributeValue(String name,
Object value)
throws GPInvocationException
name - the name of the attributevalue - the new attribute value
GPInvocationException
public void setAttributeValue(String name,
String namespace,
Object value)
throws GPInvocationException
name - the name of the attributenamespace - the namespace of the attributevalue - the new attribute value
GPInvocationException
public IGPStructure getStructure(String name)
throws GPInvocationException
name - the name of the substructure
GPInvocationException
public IGPStructure getStructure(String name,
String namespace)
throws GPInvocationException
name - the name of the substructurenamespace - the namespace of the substructure
GPInvocationException
public Collection getStructures(String name)
throws GPInvocationException
name - the name of the substructure
GPInvocationException
public Collection getStructures(String name,
String namespace)
throws GPInvocationException
name - the name of the substructure
GPInvocationException
public IGPStructure addStructure(String name)
throws GPInvocationException
name - the name of the structure instance to be created
GPInvocationException
public IGPStructure addStructure(String name,
String namespace)
throws GPInvocationException
name - the name of the structure instance to be creatednamespace - the namespace of the structure to be created
GPInvocationException
public void setAttributeValue(String name,
String namespace,
BigDecimal value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
BigDecimal value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
BigInteger value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
BigInteger value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
boolean value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
boolean value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
byte value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
byte value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
byte[] value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
byte[] value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
Date value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
Date value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
double value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
double value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
int value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
int value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
long value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
long value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
short value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
short value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String namespace,
String value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public void setAttributeValue(String name,
String value)
throws GPInvocationException
value parameter.
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributevalue - the new value of the attribute
InvocationException - name is nullvalue can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
setAttributeValues
public BigDecimal getAttributeAsBigDecimal(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public BigDecimal getAttributeAsBigDecimal(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public BigInteger getAttributeAsBigInteger(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public BigInteger getAttributeAsBigInteger(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public boolean getAttributeAsBoolean(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public boolean getAttributeAsBoolean(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public byte getAttributeAsByte(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public byte getAttributeAsByte(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public byte[] getAttributeAsByteArray(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public byte[] getAttributeAsByteArray(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public Date getAttributeAsDate(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public Date getAttributeAsDate(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public double getAttributeAsDouble(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public double getAttributeAsDouble(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public int getAttributeAsInt(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public int getAttributeAsInt(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public long getAttributeAsLong(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public long getAttributeAsLong(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public short getAttributeAsShort(String name,
String namespace)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public short getAttributeAsShort(String name)
throws GPInvocationException
The method is used for attributes with cardinality 0..1 and 1..1.
name - the name of the attribute
InvocationException - name is nullIGPAttributeInfo.BASE_* fields for more informationgetAttributeValuesGPInvocationExceptionIGPAttributeInfo,
getAttributeValues
public void setAttributeValues(String name,
String namespace,
Collection values)
throws GPInvocationException
values collection.
All objects in the values collection must be compatible with the base type of the attribute.
The method is used for attributes with cardinality 0..N and 1..N.
name - the name of the attributenamespace - the namespace of the attributevalues - the new values of the attribute
InvocationException - name is nullvalues can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValue methodsGPInvocationExceptionIGPAttributeInfo
public void setAttributeValues(String name,
Collection values)
throws GPInvocationException
values collection.
All objects in the values collection must be compatible with the base type of the attribute.
The method is used for attributes with cardinality 0..N and 1..N.
name - the name of the attributevalues - the new values of the attribute
InvocationException - name is nullvalues can not be converted to the Java type that represents the attribute's base type. See IGPAttributeInfo.BASE_* fields for more informationsetAttributeValue methodsGPInvocationExceptionIGPAttributeInfo
public Collection getAttributeValues(String name,
String namespace)
throws GPInvocationException
IGPAttributeInfo.BASE_* fields for more information
The method is used for attributes with cardinality 0..N and 1..N
name - the name of the attributenamespace - the namespace of the attribute
InvocationException - name is nullGPInvocationExceptionIGPAttributeInfo
public Collection getAttributeValues(String name)
throws GPInvocationException
IGPAttributeInfo.BASE_* fields for more information
The method is used for attributes with cardinality 0..N and 1..N
name - the name of the attribute
InvocationException - name is nullGPInvocationExceptionIGPAttributeInfopublic String toString()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||