Uses of Interface
de.init.its.api.ds.IitsAttribute

Packages that use IitsAttribute
de.init.its.api.ds   
de.init.its.api.spi   
de.init.its.ds   
de.init.its.spi   
 

Uses of IitsAttribute in de.init.its.api.ds
 

Methods in de.init.its.api.ds that return IitsAttribute
 IitsAttribute IitsAttribute.copy()
          Returns a copy of this attribute
 IitsAttribute IitsAttribute.getDefaults()
          Returns the Default value for this its attribute
 

Methods in de.init.its.api.ds that return types with arguments of type IitsAttribute
 java.util.List<IitsAttribute> IitsTagElement.getAttributes()
          Returns a list of all its attributes
 

Methods in de.init.its.api.ds with parameters of type IitsAttribute
 void IitsTagElement.addAttribute(IitsAttribute itsAttribute)
          adds an its attribute to the element
 void IitsAttribute.copy(IitsAttribute attribute)
          copy IiTsAttribute values
 

Method parameters in de.init.its.api.ds with type arguments of type IitsAttribute
 void IitsTagElement.addAllAttributes(java.util.Collection<IitsAttribute> attributes)
          Adds all attributes to this ITS tag Element
 

Uses of IitsAttribute in de.init.its.api.spi
 

Methods in de.init.its.api.spi that return IitsAttribute
 IitsAttribute IitsAttributeManager.getAttribute(ItsAttributes attribute)
          returns the respective IitsAttribute from predefined ItsAttributes as a copy
 IitsAttribute IitsAttributeManager.getAttribute(java.lang.String itsAttributeName)
          returns the respective IitsAttribute as a copy
 

Methods in de.init.its.api.spi that return types with arguments of type IitsAttribute
 java.util.Collection<IitsAttribute> IitsAttributeManager.getAllAvailableAttributes()
          Returns all available its attribute as provided by the configuration
 

Methods in de.init.its.api.spi with parameters of type IitsAttribute
 java.util.List<IitsTagElement> IitsElementManager.findByAttribute(IitsAttribute attribute)
          returns all its tag elements, that match a certain ITS attribute
 

Uses of IitsAttribute in de.init.its.ds
 

Classes in de.init.its.ds that implement IitsAttribute
 class ItsAttribute
          Its Attribute Data Container Class
 

Methods in de.init.its.ds that return IitsAttribute
 IitsAttribute ItsAttribute.copy()
           
 IitsAttribute ItsAttribute.getDefaults()
           
 

Methods in de.init.its.ds that return types with arguments of type IitsAttribute
 java.util.List<IitsAttribute> ItsTagElement.getAttributes()
           
 

Methods in de.init.its.ds with parameters of type IitsAttribute
 void ItsTagElement.addAttribute(IitsAttribute itsAttribute)
           
 void ItsAttribute.copy(IitsAttribute attribute)
           
 

Method parameters in de.init.its.ds with type arguments of type IitsAttribute
 void ItsTagElement.addAllAttributes(java.util.Collection<IitsAttribute> attributes)
           
 

Uses of IitsAttribute in de.init.its.spi
 

Methods in de.init.its.spi that return IitsAttribute
 IitsAttribute ItsAttributeManager.getAttribute(ItsAttributes attribute)
           
 IitsAttribute ItsAttributeManager.getAttribute(java.lang.String itsAttributeName)
           
 

Methods in de.init.its.spi that return types with arguments of type IitsAttribute
 java.util.Collection<IitsAttribute> ItsAttributeManager.getAllAvailableAttributes()
           
 

Methods in de.init.its.spi with parameters of type IitsAttribute
 java.util.List<IitsTagElement> ItsElementManager.findByAttribute(IitsAttribute attribute)