de.intarsys.tools.tag
Class TypedTag
java.lang.Object
de.intarsys.tools.tag.Tag
de.intarsys.tools.tag.TypedTag
public class TypedTag
- extends Tag
A simple type/key/value pair that can be attached to POJO's.
Tags can be created using strings of the format
[type#]key[=value]?[;[type#]key[=value]?]*
or
[type#]key[:value]?[;[type#]key[:value]?]*
TypedTag
public TypedTag(String key)
TypedTag
public TypedTag(String key,
String value)
TypedTag
public TypedTag(String type,
String key,
String value)
create
public static TypedTag[] create(String tagString)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Tag
getType
public String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class Tag
toString
public String toString()
- Overrides:
toString in class Tag
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.