public class ContextMapRule
extends java.lang.Object
Constructor and Description |
---|
ContextMapRule() |
ContextMapRule(int type,
java.lang.String aType) |
ContextMapRule(java.lang.String name,
java.lang.String aType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountType() |
java.lang.String |
getContextName() |
int |
getContextType() |
static int |
mapContextNameToType(java.lang.String name) |
static java.lang.String |
mapContextTypeToName(int type) |
void |
setAccountType(java.lang.String accountType) |
void |
setContextName(java.lang.String contextName) |
void |
setContextType(int contextType) |
java.lang.String |
toString() |
public ContextMapRule()
public ContextMapRule(java.lang.String name, java.lang.String aType)
public ContextMapRule(int type, java.lang.String aType)
public static int mapContextNameToType(java.lang.String name)
public static java.lang.String mapContextTypeToName(int type)
public java.lang.String getContextName()
public void setContextName(java.lang.String contextName)
contextName
- the contextName to setpublic int getContextType()
public void setContextType(int contextType)
contextType
- the contextType to setpublic java.lang.String getAccountType()
public void setAccountType(java.lang.String accountType)
accountType
- the accountType to setpublic java.lang.String toString()
toString
in class java.lang.Object