Class MetaprojectName


  • public class MetaprojectName
    extends java.lang.Object
    Metaproject name representation. The name cannot be null, empty or contain white spaces, commas, slashes or backslashes.
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaprojectName()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validate​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaprojectName

        public MetaprojectName()
    • Method Detail

      • validate

        public static void validate​(java.lang.String name)