Class AllowModification

All Implemented Interfaces:
Datable, Cloneable

@Root(name="allowmod") public class AllowModification extends DataItemModification implements Cloneable
  • Constructor Details

    • AllowModification

      public AllowModification()
    • AllowModification

      public AllowModification(ModifiedObjectType type, String ref)
  • Method Details

    • isNegate

      public boolean isNegate()
      Returns:
      the negate
    • setNegate

      public void setNegate(boolean negate)
      Parameters:
      negate - the negate to set
    • getWhat

      public AllowModification.AllowType getWhat()
      Returns:
      the type
    • getAsValues

      public <T> List<T> getAsValues()