Class AbstractScheme

    • Constructor Detail

      • AbstractScheme

        public AbstractScheme()
    • Method Detail

      • isAnonymous

        public boolean isAnonymous()
        Determines if the Scheme is a defined and thus useful name.
        Specified by:
        isAnonymous in interface Scheme
        Returns:
        if the Scheme has a name.
      • setSchemeName

        @Injectable
        public void setSchemeName​(String sName)
        Set the scheme name, trimming the name of starting and ending whitespace if necessary.
        Parameters:
        sName - the scheme name
      • validate

        protected void validate()
        Validate the properties.