Class PrefixedName


  • public final class PrefixedName
    extends Object
    Prefixed name.
    Since:
    0.1
    • Constructor Detail

      • PrefixedName

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

      • withPrefix

        public String withPrefix()
        The class name with prefix.
        Returns:
        Name with prefix.
      • withoutPrefix

        public String withoutPrefix()
        Without prefix.
        Returns:
        Name without prefix.