Uses of Interface
org.lemsml.jlems.core.type.Attribute
-
Packages that use Attribute Package Description org.lemsml.jlems.core.type org.lemsml.jlems.core.xml -
-
Uses of Attribute in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type with type parameters of type Attribute Modifier and Type Field Description private LemsCollection<Attribute>
Component. attributes
Methods in org.lemsml.jlems.core.type that return types with arguments of type Attribute Modifier and Type Method Description LemsCollection<Attribute>
Component. getAttributes()
Methods in org.lemsml.jlems.core.type with parameters of type Attribute Modifier and Type Method Description void
Attributed. addAttribute(Attribute att)
void
Component. addAttribute(Attribute att)
-
Uses of Attribute in org.lemsml.jlems.core.xml
Classes in org.lemsml.jlems.core.xml that implement Attribute Modifier and Type Class Description class
XMLAttribute
Methods in org.lemsml.jlems.core.xml that return Attribute Modifier and Type Method Description Attribute
XMLAttribute. makeCopy()
Methods in org.lemsml.jlems.core.xml with parameters of type Attribute Modifier and Type Method Description void
XMLElement. copyAttributes(Attribute[] atta)
-