Interface RestrictionConstants

All Known Implementing Classes:
Restriction, RestrictionManager

public interface RestrictionConstants
  • Field Details

    • VIEWABLE_NO

      static final int VIEWABLE_NO
      Constant that flags the field as not viewable.
      See Also:
    • VIEWABLE_YES

      static final int VIEWABLE_YES
      Constant that flags the field as viewable.
      See Also:
    • VIEWABLE_MASKED

      static final int VIEWABLE_MASKED
      Constant that flags the field as viewable, but masked.
      See Also:
    • CHANGABLE_NO

      static final int CHANGABLE_NO
      Constant that flags the field as one that cannot be changed.
      See Also:
    • CHANGABLE_YES

      static final int CHANGABLE_YES
      Constant that flags the field as one that can be changed.
      See Also:
    • CHANGABLE_RANGED

      static final int CHANGABLE_RANGED
      Constant that flags the field as one that can be changed within a range.
      See Also:
    • CHANGABLE_DISCRETE

      static final int CHANGABLE_DISCRETE
      Constant that flags the field as one that can be changed within one of a set of discrete values.
      See Also:
    • CHANGABLE_NDISCRETE

      static final int CHANGABLE_NDISCRETE
      Constant that flags the field as one that can be changed within one of a set of indiscrete values.
      See Also:
    • INF_NONE

      static final int INF_NONE
      See Also:
    • INF_READ_ONLY

      static final int INF_READ_ONLY
      See Also:
    • INF_READ_WRITE

      static final int INF_READ_WRITE
      See Also:
    • INF_WRITE_ONLY

      static final int INF_WRITE_ONLY
      See Also:
    • XML_READ_WRITE

      static final String XML_READ_WRITE
      See Also:
    • XML_READ_ONLY

      static final String XML_READ_ONLY
      See Also:
    • XML_WRITE_ONLY

      static final String XML_WRITE_ONLY
      See Also:
    • XML_NONE

      static final String XML_NONE
      See Also: