Interface Property

    • Method Detail

      • getFormat

        String getFormat()
      • setTitle

        void setTitle​(String title)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String title)
      • getAllowEmptyValue

        Boolean getAllowEmptyValue()
      • setAllowEmptyValue

        void setAllowEmptyValue​(Boolean value)
      • setName

        void setName​(String name)
      • getRequired

        boolean getRequired()
      • setRequired

        void setRequired​(boolean required)
      • getExample

        Object getExample()
      • setExample

        void setExample​(Object example)
      • getReadOnly

        Boolean getReadOnly()
      • setReadOnly

        void setReadOnly​(Boolean readOnly)
      • getPosition

        Integer getPosition()
      • setPosition

        void setPosition​(Integer position)
      • getXml

        Xml getXml()
      • setXml

        void setXml​(Xml xml)
      • setDefault

        void setDefault​(String _default)
      • getAccess

        String getAccess()
      • setAccess

        void setAccess​(String access)
      • rename

        Property rename​(String newName)
        creates a new instance and renames the property to the given name.
        Returns:
        new shallow copy of the property
      • getBooleanValue

        Boolean getBooleanValue()
      • setBooleanValue

        void setBooleanValue​(Boolean booleanValue)