public class AccountPatternType extends Object implements Comparable<AccountPatternType>
| Modifier and Type | Field and Description |
|---|---|
static AccountPatternType |
REGEX |
static AccountPatternType |
WILDCARD |
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 © 2014. All rights reserved.