wt.ixb.handlers.netmarkets
Class NMProjectConstants.CreateFromRuleInfo

java.lang.Object
  extended bywt.ixb.handlers.netmarkets.NMProjectConstants.CreateFromRuleInfo
Enclosing class:
NMProjectConstants

public static final class NMProjectConstants.CreateFromRuleInfo
extends Object


Field Summary
static String CONTENT_ITEM
           
static String CREATE_FROM_RULE
           
static String DESCRIPTION
           
static String FOLDER_PATH
           
static String NAME
           
static String NUMBER
           
static String RULE_NAME
           
 
Constructor Summary
NMProjectConstants.CreateFromRuleInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_FROM_RULE

public static final String CREATE_FROM_RULE
See Also:
Constant Field Values

RULE_NAME

public static final String RULE_NAME
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

NUMBER

public static final String NUMBER
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

FOLDER_PATH

public static final String FOLDER_PATH
See Also:
Constant Field Values

CONTENT_ITEM

public static final String CONTENT_ITEM
See Also:
Constant Field Values
Constructor Detail

NMProjectConstants.CreateFromRuleInfo

public NMProjectConstants.CreateFromRuleInfo()