public interface Alias<T>
Modifier and Type | Method and Description |
---|---|
io.nem.symbol.catapult.builders.NamespaceAliasBuilder |
createAliasBuilder() |
T |
getAliasValue()
Gets the alias.
|
AliasType |
getType()
Gets the alias type
|
boolean |
isEmpty()
Returns true if this alias is anEmptyAlias; false otherwise.
|
T getAliasValue()
boolean isEmpty()
io.nem.symbol.catapult.builders.NamespaceAliasBuilder createAliasBuilder()