Package org.lemsml.jlems.core.type
Interface Attribute
-
- All Superinterfaces:
Named
,NameValuePairOnly
- All Known Implementing Classes:
XMLAttribute
public interface Attribute extends NameValuePairOnly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearFlag()
boolean
flagged()
void
setFlag()
-
Methods inherited from interface org.lemsml.jlems.core.type.NameValuePairOnly
getName, getValue
-
-