intarsys runtime library

Uses of Class
de.intarsys.tools.tag.Tag

Packages that use Tag
de.intarsys.tools.tag   
 

Uses of Tag in de.intarsys.tools.tag
 

Subclasses of Tag in de.intarsys.tools.tag
 class TypedTag
          A simple type/key/value pair that can be attached to POJO's.
 

Methods in de.intarsys.tools.tag that return Tag
static Tag[] Tag.create(String tagString)
           
static Tag TagTools.getTag(Object object, String key)
          Get the first tag matching "key".
static Tag[] TagTools.getTags(Object object)
          Get all tags for object.
static Tag[] TagTools.getTags(Object object, String key)
          Get all tags matching "key".
 

Methods in de.intarsys.tools.tag that return types with arguments of type Tag
 List<Tag> ITagSupport.getTags()
          The tag list for this object.
 

Methods in de.intarsys.tools.tag with parameters of type Tag
static void TagTools.addTag(Object object, Tag tag)
          Add a tag to an object.
static void TagTools.addTags(Object object, Tag[] pTags)
           
 

Method parameters in de.intarsys.tools.tag with type arguments of type Tag
static void TagTools.addTags(Object object, List<Tag> pTags)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.