Class DataTypeIdUrl


  • public class DataTypeIdUrl
    extends java.lang.Object
    A class to produce and parse URLs of the form:
            datatype:/12345678/12345678
     
    where the first number is the ID of the DataTypeManager and the second number is the DataType ID.
    • Constructor Detail

      • DataTypeIdUrl

        public DataTypeIdUrl​(DataType dt)
      • DataTypeIdUrl

        public DataTypeIdUrl​(java.lang.String url)
    • Method Detail

      • getDataTypeManagerId

        public UniversalID getDataTypeManagerId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object