Package de.timmfitschen.easyunits
Class Named
- java.lang.Object
-
- de.timmfitschen.easyunits.UniqueSignatureObject
-
- de.timmfitschen.easyunits.Named
-
- All Implemented Interfaces:
Signed
- Direct Known Subclasses:
Symboled
public abstract class Named extends UniqueSignatureObject
-
-
Constructor Summary
Constructors Constructor Description Named()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Named
addName(String name)
Named
addNames(Collection<String> names)
Collection<String>
getNames()
-
Methods inherited from class de.timmfitschen.easyunits.UniqueSignatureObject
equals
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.timmfitschen.easyunits.Signed
getSignature
-
-
-
-
Method Detail
-
getNames
public Collection<String> getNames()
-
addNames
public Named addNames(Collection<String> names)
-
-