Constant Field Values

Contents

org.tentackle.*

  • org.tentackle.security.permissions.AllPermission
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ALL"
  • org.tentackle.security.permissions.EditPermission
    Modifier and Type
    Constant Field
    Value
    public static final String
    "EDIT"
  • org.tentackle.security.permissions.ExecutePermission
    Modifier and Type
    Constant Field
    Value
    public static final String
    "EXEC"
  • org.tentackle.security.permissions.ReadPermission
    Modifier and Type
    Constant Field
    Value
    public static final String
    "READ"
  • org.tentackle.security.permissions.ViewPermission
    Modifier and Type
    Constant Field
    Value
    public static final String
    "VIEW"
  • org.tentackle.security.permissions.WritePermission
    Modifier and Type
    Constant Field
    Value
    public static final String
    "WRITE"
  • org.tentackle.validate.scope.AllScope
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ALL"
  • org.tentackle.validate.scope.ChangeableScope
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CHANGEABLE"
  • org.tentackle.validate.scope.InteractiveScope
    Modifier and Type
    Constant Field
    Value
    public static final String
    "INTERACTIVE"
  • org.tentackle.validate.scope.MandatoryScope
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MANDATORY"
  • org.tentackle.validate.scope.PersistenceScope
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PERSISTENCE"