Class BamlLocalizableResource

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: PresentationFramework
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Markup.Localizer.BamlLocalizableResource
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • BamlLocalizableResource

        public BamlLocalizableResource​(java.lang.Object instance)
                                throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • BamlLocalizableResource

        public BamlLocalizableResource()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • BamlLocalizableResource

        public BamlLocalizableResource​(java.lang.String content,
                                       java.lang.String comments,
                                       LocalizationCategory category,
                                       boolean modifiable,
                                       boolean readable)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getModifiable

        public boolean getModifiable()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setModifiable

        public void setModifiable​(boolean Modifiable)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getReadable

        public boolean getReadable()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setReadable

        public void setReadable​(boolean Readable)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getComments

        public java.lang.String getComments()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setComments

        public void setComments​(java.lang.String Comments)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContent

        public java.lang.String getContent()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContent

        public void setContent​(java.lang.String Content)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCategory

        public LocalizationCategory getCategory()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCategory

        public void setCategory​(LocalizationCategory Category)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable