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

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

public class AtmDxiEncapsulationOptions
extends EncapsulationOptions

The AtmDxiEncapsulationOptions class contains ATM-DXI encapsulation options. Currently, there are no specific options other than the existence of this object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
log, NO, tokenIndex
 
Constructor Summary
AtmDxiEncapsulationOptions()
          Constructs a AtmDxiEncapsulationOptions object.
 
Method Summary
 java.lang.String generateIos()
          Generates an IOS string for this encapsulation option.
 
Methods inherited from class com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
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
 

Constructor Detail

AtmDxiEncapsulationOptions

public AtmDxiEncapsulationOptions()
Constructs a AtmDxiEncapsulationOptions object.

Method Detail

generateIos

public java.lang.String generateIos()
                             throws InvalidConfigurationException
Generates an IOS string for this encapsulation option.

Overrides:
generateIos in class EncapsulationOptions
Returns:
The IOS string for this component.
Throws:
InvalidConfigurationException - if any of the configuration elements are not valid.


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