Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
CustomAttributeFilter.getCustomAttribute()
Returns the Custom Attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CustomAttribute> |
XHeader.customAttributeIterator()
Returns an
java.util.Iterator of CustomAttribute . |
Modifier and Type | Method and Description |
---|---|
boolean |
XHeader.addCustomAttribute(CustomAttribute customAttr)
Adds a
CustomAttribute to the object. |
boolean |
XHeader.removeCustomAttribute(CustomAttribute customAttr)
Removes a
CustomAttribute . |
Constructor and Description |
---|
CustomAttributeFilter(CustomAttribute customAttribute)
Creates a new filter for a specific custom attribute.
|