public interface ILayer
String getName()
Does ...
void setName(String _name)
Does ...
_name
- void setTitle(String _title)
Does ...
_title
- String getTitle()
Does ...
String getAbstract()
Does ...
void setAbstract(String _abstract)
Does ...
_abstract
-