|
||||||||||
| 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.VlanInterfaceComponent
public class VlanInterfaceComponent
The Catalyst Vlans 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 | |
|---|---|
VlanInterfaceComponent()
Constructs a specific interface component. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInterfaceName()
Gets the interface name. |
VlanInterfaceTypeEnum |
getVlanInterfaceType()
Gets the Vlan Interface Type. |
void |
setInterfaceName(java.lang.String interfaceName)
Sets the interface name. |
void |
setVlanInterfaceType(VlanInterfaceTypeEnum vlanInterfaceType)
Sets the Vlan 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 VlanInterfaceComponent()
| 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 setVlanInterfaceType(VlanInterfaceTypeEnum vlanInterfaceType)
setVlanInterfaceType in class InterfaceComponentvlanInterfaceType - The Vlan Interface Type.public VlanInterfaceTypeEnum getVlanInterfaceType()
getVlanInterfaceType in class InterfaceComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||