|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttribute
Interface to manage an attribute
| Method Summary | |
|---|---|
java.lang.String |
getFriendlyName()
get the friendly name of the attribute |
java.lang.String |
getName()
get the attribute name |
IAttributeSources |
getSources()
get sources of the attribute |
void |
setFriendlyName(java.lang.String friendlyName)
Sets the attribute's friendly name |
| Method Detail |
|---|
java.lang.String getName()
String representing a unique attribute namejava.lang.String getFriendlyName()
String representing the friendly name
void setFriendlyName(java.lang.String friendlyName)
throws SDKException
Sets the attribute's friendly name
friendlyName - A String representing a friendly name of the attribute
SDKException.InvalidArg - if the name is null or empty string
SDKException
IAttributeSources getSources()
throws SDKException
IAttributeSources representing all the sources
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||