|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XAttributeCapability
A Capability providing methods for accessing XAttributes key-value pairs (
Field Summary
static StringPROP_XATTRIBUTES
Method Summary
voidclearXAttribute(String key,
DFEnvironmentRW env)
Clears the XAttribute of given key.
StringgetXAttribute(String key)
Gets the value of given XAttribute.
voidputXAttribute(String key,
String value,
DFEnvironmentRW env)
Sets the XAttribute of given key-value pair.
Field Detail
PROP_XATTRIBUTES
static final String PROP_XATTRIBUTES
Method Detail
putXAttribute
void putXAttribute(String key,
String value,
DFEnvironmentRW env)
key - The key of XAttribute to be set.value - The value of XAttribute to be set.env - The environment under which the clearXAttribute should be performed
getXAttribute
String getXAttribute(String key)
key - The key of XAttribute.
clearXAttribute
void clearXAttribute(String key,
DFEnvironmentRW env)
key - The key of XAttribute to clear.env - The environment under which the clearXAttribute should be performed
Overview
Package
Class
Tree
Deprecated
Index
Help
com.im.df.api 5.9
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD