public class NumericCondition extends Condition
Modifier and Type | Class and Description |
---|---|
static class |
NumericCondition.NumericComparisonType
サポートする比較タイプの列挙型
|
conditionKey, type, values
Constructor and Description |
---|
NumericCondition(NumericCondition.NumericComparisonType type,
String key,
String value)
2つの数値を比較するアクセスポリシーコンディションオブジェクトを構築します
|
public NumericCondition(NumericCondition.NumericComparisonType type, String key, String value)
type
- 適用する比較タイプkey
- 比較対象となる値を取得するためのコンディションのキーvalue
- 比較する値Copyright © 2018. All rights reserved.