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