Package org.lemsml.jlems.core.type
Interface NameValuePairOnly
-
- All Superinterfaces:
Named
- All Known Subinterfaces:
Attribute
- All Known Implementing Classes:
XMLAttribute
public interface NameValuePairOnly extends Named
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getValue()
-