AssemblerType - Parameterized type of Assemblerpublic abstract static class Assemblers.Identity<AssemblerType> extends Assemblers.AssembleChecker implements Assemblers.Identifiable<AssemblerType>
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasIdentity() |
AssemblerType |
identifiedBy(String identity)
Set Identity.
|
String |
identity()
Get Identity.
|
assemble, finalizepublic final AssemblerType identifiedBy(String identity)
Assemblers.IdentifiableidentifiedBy in interface Assemblers.Identifiable<AssemblerType>identity - Identitypublic final boolean hasIdentity()
hasIdentity in interface Assemblers.Identifiable<AssemblerType>Assemblers.Identifiable.identity() do not return null, false otherwisepublic final String identity()
Assemblers.IdentifiableDefault to null.
identity in interface Assemblers.Identifiable<AssemblerType>