Package org.lemsml.jlems.core.type
Interface Namable
-
- All Known Implementing Classes:
Component
public interface Namable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
void
setName(java.lang.String s)
-