|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UaObjectType
Interface definition for OPC UA object type.
UaObjectTypes provide definitions for Objects. The NodeClass of Objects is NodeClass.ObjectType.
UaObjectType inherits Attributes from UaNode. IsAbstract Attribute indicates if the
ObjectType is abstract or not.
The ObjectType may use HasComponent references to define the structure of the type, consisting of Object, Method and DataVariable nodes. It may also define properties using the HasProperty references.
Object Types may use GeneratesEvent References to identify the type of Events that instances of the ObjectType may generate. These Objects may be the source of an Event of the specified type or one of its subtypes.
Note that the EventNotifier Attribute of an Object and the GeneratesEvent References of its ObjectType are completely unrelated.
GeneratesEvent References are optional, i.e. Objects may generate Events of an EventType that is not exposed by its ObjectType.
UaType,
UaVariableType,
UaObject,
UaDataType,
UaReferenceType| Field Summary | |
|---|---|
static org.opcfoundation.ua.builtintypes.QualifiedName |
ICON_PROPERTY
The identifier of the Icon property. |
| Method Summary | |
|---|---|
UaProperty |
getIcon()
The Icon Property provides an image that can be used by clients when displaying the Node. |
void |
setIcon(UaProperty icon)
Set the value of the Icon property. |
| Methods inherited from interface com.prosysopc.ua.nodes.UaType |
|---|
addSubType, getIsAbstract, getJavaClass, getSuperType, hasSuperType, inheritsFrom, inheritsFrom, setIsAbstract, setJavaClass, setSuperType |
| Field Detail |
|---|
static final org.opcfoundation.ua.builtintypes.QualifiedName ICON_PROPERTY
| Method Detail |
|---|
UaProperty getIcon()
void setIcon(UaProperty icon)
throws StatusException
icon - the Icon to set
StatusExceptiongetIcon()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||