|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxsmart.csu.config.CiscoRouterConfigParser
com.foxsmart.csu.config.CiscoRouterConfigComponent
com.foxsmart.csu.config.global.InterfaceComponent
com.foxsmart.csu.config.global.AtmInterfaceComponent
public class AtmInterfaceComponent
The ATM interface class represents a specific type of interface on the router.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.global.InterfaceComponent |
|---|
channelGroupInteger, channelGroupString, classToKeywordMap, INTERFACE, interfaceName, keywordToClassMap, log, portAdapterInteger, portAdapterString, portInteger, portString, slotInteger, slotString, subInterface, subInterfaceName, subInterfaceType, TYPE, vlanInterfaceType |
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigComponent |
|---|
commentComponent, componentMap, parentComponent |
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
NO, tokenIndex |
| Constructor Summary | |
|---|---|
AtmInterfaceComponent()
Constructs a specific interface component. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInterfaceName()
Gets the interface name. |
java.lang.String |
getSubInterfaceName()
Gets the sub-interface name. |
SubInterfaceTypeEnum |
getSubInterfaceType()
Gets the sub-interface type. |
void |
setInterfaceName(java.lang.String interfaceName)
Sets the interface name. |
void |
setSubInterfaceName(java.lang.String subInterfaceName)
Sets the sub-interface name. |
void |
setSubInterfaceType(SubInterfaceTypeEnum subInterfaceType)
Sets the sub-interface type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.foxsmart.csu.config.MultiInstanceComponent |
|---|
requiresCommentSeparator |
| Constructor Detail |
|---|
public AtmInterfaceComponent()
| Method Detail |
|---|
public void setInterfaceName(java.lang.String interfaceName)
setInterfaceName in class InterfaceComponentinterfaceName - The interface name.public java.lang.String getInterfaceName()
getInterfaceName in class InterfaceComponentpublic void setSubInterfaceName(java.lang.String subInterfaceName)
setSubInterfaceName in class InterfaceComponentsubInterfaceName - The sub-interface name.public java.lang.String getSubInterfaceName()
getSubInterfaceName in class InterfaceComponentpublic void setSubInterfaceType(SubInterfaceTypeEnum subInterfaceType)
setSubInterfaceType in class InterfaceComponentsubInterfaceType - The sub-interface type.public SubInterfaceTypeEnum getSubInterfaceType()
getSubInterfaceType in class InterfaceComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||