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. attributesMethods 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 voidAttributed. addAttribute(Attribute att)voidComponent. 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 classXMLAttributeMethods in org.lemsml.jlems.core.xml that return Attribute Modifier and Type Method Description AttributeXMLAttribute. makeCopy()Methods in org.lemsml.jlems.core.xml with parameters of type Attribute Modifier and Type Method Description voidXMLElement. copyAttributes(Attribute[] atta)
-