Class EditableAttribute

    • Field Detail

      • assemblyFullName

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

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

        public static final java.lang.String className
        Qualified class name: System.ComponentModel.DataAnnotations.EditableAttribute
        See Also:
        Constant Field Values
      • classType

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

      • EditableAttribute

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

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

        public EditableAttribute​(boolean allowEdit)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class Attribute
      • getAllowEdit

        public boolean getAllowEdit()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowEdit

        public void setAllowEdit​(boolean AllowEdit)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAllowInitialValue

        public boolean getAllowInitialValue()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowInitialValue

        public void setAllowInitialValue​(boolean AllowInitialValue)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable