Class PropertyRelation

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: Microsoft.Build.Tasks.v4.0
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: Microsoft.Build.Tasks.Xaml.PropertyRelation
        See Also:
        Constant Field Values
      • classType

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

      • PropertyRelation

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

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

        public PropertyRelation​(java.lang.String argument,
                                java.lang.String value,
                                boolean required)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getRequired

        public boolean getRequired()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequired

        public void setRequired​(boolean Required)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getArgument

        public java.lang.String getArgument()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setArgument

        public void setArgument​(java.lang.String Argument)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getValue

        public java.lang.String getValue()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setValue

        public void setValue​(java.lang.String Value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable