Package | Description |
---|---|
com.xjeffrose.xio.marshall.thrift |
Modifier and Type | Field and Description |
---|---|
RuleType |
IpRule.ruleType |
Modifier and Type | Method and Description |
---|---|
static RuleType |
RuleType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
RuleType |
IpRule.getRuleType() |
static RuleType |
RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleType[] |
RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IpRule |
IpRule.setRuleType(RuleType ruleType) |
Constructor and Description |
---|
IpRule(ByteBuffer ipAddress,
RuleType ruleType) |
Copyright © 2016. All Rights Reserved.