Class Phone


  • public class Phone
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Phone​(java.lang.String value)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Phone of​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • value

        public final java.lang.String value
    • Constructor Detail

      • Phone

        public Phone​(java.lang.String value)
    • Method Detail

      • of

        public static Phone of​(java.lang.String value)