Ename.getEname

An alias that allows you to call a getter method without accessing the base Name class

class Ename
alias getEname = getName

Meta