com.foxsmart.csu.config.global.interfacepkg
Class RateLimitSetMplsExpTransmitAction

java.lang.Object
  extended by com.foxsmart.csu.config.CiscoRouterConfigParser
      extended by com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
          extended by com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
All Implemented Interfaces:
java.io.Serializable

public class RateLimitSetMplsExpTransmitAction
extends RateLimitAction

The RateLimitSetMplsExpTransmitAction will set the MPLS experimental during imposition and send it. The value associated with this action is the new MPLS experimental.

See Also:
Serialized Form

Field Summary
static java.lang.Integer MAX_VALUE
          The maximum new MPLS experimental.
static java.lang.Integer MIN_VALUE
          The minimum new MPLS experimental.
static java.lang.String SET_MPLS_EXP_TRANSMIT
           
 
Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
log, NO, tokenIndex
 
Constructor Summary
RateLimitSetMplsExpTransmitAction()
           
 
Method Summary
 boolean getActionAssociatedWithValue()
          Determines whether this action is associated with a value or not.
 java.lang.String getActionKeyword()
          Gets the keyword for this action (e.g.
 java.lang.Integer getMaxValue()
          Returns the maximum value for this action.
 java.lang.Integer getMinValue()
          Returns the minimum value for this action.
 
Methods inherited from class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
generateIosString, getValue, setValue, validate
 
Methods inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
checkExists, checkLineComplete, checkNotEmpty, checkRange, checkTokenCount, checkTokenCount, checkTokenMatch, checkTokenMatch, decrementTokenIndex, generateCommands, getBigDecimalNumberFromString, getDoubleNumberFromString, getEnum, getHexadecimalNumberFromString, getIntegerNumberFromString, getIpAddressFromString, getLine, getLongNumberFromString, getMacAddressFromString, getNextOptionalToken, getNextToken, getToken, getTokenIndex, getTokens, getTotalIndentedLines, getTotalLines, incrementTokenIndex, invalidConfiguration, invalidTokenFound, isEmpty, moreIndentedLines, moreLines, moreTokens, removeLines, resetTokenIndex, setTokenIndex, tokensLeft
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SET_MPLS_EXP_TRANSMIT

public static final java.lang.String SET_MPLS_EXP_TRANSMIT
See Also:
Constant Field Values

MIN_VALUE

public static final java.lang.Integer MIN_VALUE
The minimum new MPLS experimental.


MAX_VALUE

public static final java.lang.Integer MAX_VALUE
The maximum new MPLS experimental.

Constructor Detail

RateLimitSetMplsExpTransmitAction

public RateLimitSetMplsExpTransmitAction()
Method Detail

getActionAssociatedWithValue

public boolean getActionAssociatedWithValue()
Determines whether this action is associated with a value or not.

Specified by:
getActionAssociatedWithValue in class RateLimitAction
Returns:
false.

getActionKeyword

public java.lang.String getActionKeyword()
Gets the keyword for this action (e.g. set-dscp-continue).

Specified by:
getActionKeyword in class RateLimitAction
Returns:
the keywork

getMinValue

public java.lang.Integer getMinValue()
Returns the minimum value for this action.

Overrides:
getMinValue in class RateLimitAction
Returns:
the MIN_VALUE;

getMaxValue

public java.lang.Integer getMaxValue()
Returns the maximum value for this action.

Overrides:
getMaxValue in class RateLimitAction
Returns:
the MAX_VALUE;


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.