Uses of Class
com.uc4.api.objects.CustomAttribute
-
Packages that use CustomAttribute Package Description com.uc4.api.objects -
-
Uses of CustomAttribute in com.uc4.api.objects
Methods in com.uc4.api.objects that return CustomAttribute Modifier and Type Method Description CustomAttribute
CustomAttributeFilter. getCustomAttribute()
Returns the Custom Attribute.Methods in com.uc4.api.objects that return types with arguments of type CustomAttribute Modifier and Type Method Description java.util.Iterator<CustomAttribute>
XHeader. customAttributeIterator()
Returns anjava.util.Iterator
ofCustomAttribute
.Methods in com.uc4.api.objects with parameters of type CustomAttribute Modifier and Type Method Description boolean
XHeader. addCustomAttribute(CustomAttribute customAttr)
Adds aCustomAttribute
to the object.boolean
XHeader. removeCustomAttribute(CustomAttribute customAttr)
Removes aCustomAttribute
.Constructors in com.uc4.api.objects with parameters of type CustomAttribute Constructor Description CustomAttributeFilter(CustomAttribute customAttribute)
Creates a new filter for a specific custom attribute.
-