public class AccountPatternType extends Object implements Comparable<AccountPatternType>
| Modifier and Type | Field and Description |
|---|---|
static AccountPatternType |
REGEX |
static AccountPatternType |
WILDCARD |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AccountPatternType o) |
static AccountPatternType |
fromString(String str) |
String |
toString() |
public static AccountPatternType WILDCARD
public static AccountPatternType REGEX
public static AccountPatternType fromString(String str) throws Exception
Exceptionpublic int compareTo(AccountPatternType o)
compareTo in interface Comparable<AccountPatternType>Copyright © 2018. All rights reserved.