Uses of Class
de.cxp.ocs.model.index.Attribute
-
Packages that use Attribute Package Description de.cxp.ocs.model.index -
-
Uses of Attribute in de.cxp.ocs.model.index
Fields in de.cxp.ocs.model.index with type parameters of type Attribute Modifier and Type Field Description List<Attribute>Document. attributesMethods in de.cxp.ocs.model.index that return Attribute Modifier and Type Method Description static AttributeAttribute. of(String name, String value)Methods in de.cxp.ocs.model.index with parameters of type Attribute Modifier and Type Method Description DocumentDocument. addAttribute(Attribute attr)DocumentDocument. setAttributes(Attribute... values)
-