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.IteratorofCustomAttribute.Methods in com.uc4.api.objects with parameters of type CustomAttributeModifier and TypeMethodDescriptionbooleanXHeader.addCustomAttribute(CustomAttribute customAttr) Adds aCustomAttributeto the object.booleanXHeader.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.