Class PrefixedName


  • public final class PrefixedName
    extends Object
    Java name. This class is used to represent any java class or method name and to avoid naming conflicts with EO-reserved words. You can read more about the problem here
    Since:
    0.1
    • Constructor Detail

      • PrefixedName

        public PrefixedName​(String origin)
        Constructor.
        Parameters:
        origin - Original name.
    • Method Detail

      • encode

        public String encode()
        Encode name.
        Returns:
        Encoded name.
      • decode

        public String decode()
        Decode name.
        Returns:
        Decoded name.