Uses of Class
com.uc4.api.objects.CustomAttribute
Packages that use CustomAttribute
-
Uses of CustomAttribute in com.uc4.api.objects
Methods in com.uc4.api.objects that return CustomAttributeModifier and TypeMethodDescriptionCustomAttributeFilter.getCustomAttribute()
Returns the Custom Attribute.Methods in com.uc4.api.objects that return types with arguments of type CustomAttributeModifier and TypeMethodDescriptionXHeader.customAttributeIterator()
Returns anjava.util.Iterator
ofCustomAttribute
.Methods in com.uc4.api.objects with parameters of type CustomAttributeModifier and TypeMethodDescriptionboolean
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 CustomAttributeModifierConstructorDescriptionCustomAttributeFilter
(CustomAttribute customAttribute) Creates a new filter for a specific custom attribute.