Class CMMetadataFormatDescriptionKey

    • Constructor Detail

      • CMMetadataFormatDescriptionKey

        public CMMetadataFormatDescriptionKey()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getNamespace

        public long getNamespace()
        Since:
        Available in iOS 4.0 and later.
      • getValue

        public NSData getValue()
        Since:
        Available in iOS 4.0 and later.
      • getLocalID

        public long getLocalID()
        Since:
        Available in iOS 4.0 and later.
      • getDataType

        public NSData getDataType()
        Since:
        Available in iOS 8.0 and later.
      • getDataTypeNamespace

        public long getDataTypeNamespace()
        Since:
        Available in iOS 8.0 and later.
      • setDataTypeNamespace

        public CMMetadataFormatDescriptionKey setDataTypeNamespace​(long dataTypeNamespace)
        Since:
        Available in iOS 8.0 and later.
      • getConformingDataTypes

        public NSDictionary<NSData,​NSNumber> getConformingDataTypes()
        Since:
        Available in iOS 8.0 and later.
      • getLanguageTag

        public java.lang.String getLanguageTag()
        Since:
        Available in iOS 8.0 and later.