Class XMPDM.ChannelTypePropertyConverter

  • Enclosing interface:
    XMPDM

    @Deprecated
    public static class XMPDM.ChannelTypePropertyConverter
    extends java.lang.Object
    Deprecated.
    Experimental method, will change shortly
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String convert​(java.lang.Object value)
      Deprecated.
      How a standalone converter might work
      static void convertAndSet​(Metadata metadata, java.lang.Object value)
      Deprecated.
      How convert+set might work
      • Methods inherited from class java.lang.Object

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

      • ChannelTypePropertyConverter

        public ChannelTypePropertyConverter()
        Deprecated.
    • Method Detail

      • convert

        public static java.lang.String convert​(java.lang.Object value)
        Deprecated.
        How a standalone converter might work
      • convertAndSet

        public static void convertAndSet​(Metadata metadata,
                                         java.lang.Object value)
        Deprecated.
        How convert+set might work