Interface IDfStateExtension

All Superinterfaces:
IDfPersistentObject, IDfRelation, IDfTypedObject

public interface IDfStateExtension extends IDfRelation
Interface for policy state extensions.
Since:
5.4
  • Method Details

    • getStateNo

      int getStateNo() throws DfException
      Returns the number of the state that this object extends.
      Throws:
      DfException
    • setStateNo

      void setStateNo(int v) throws DfException
      Sets the number of the state that this object extends.
      Throws:
      DfException