|
||||||||||
| 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.global.classmap.MatchInfo
com.foxsmart.csu.config.global.classmap.MatchInfoMpls
public class MatchInfoMpls
The MatchInfoMpls class provides match information for Multi Protocol Label Switching (MPLS) specific values. All values are optional "experimental" values.
| Field Summary |
|---|
| Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser |
|---|
log, NO, tokenIndex |
| Constructor Summary | |
|---|---|
MatchInfoMpls()
Constructs a match info mpls object. |
|
| Method Summary | |
|---|---|
java.lang.String |
generateIos()
Generates the IOS string associated with this part of the router configuration. |
boolean |
getValue0()
Gets the experimental value 0. |
boolean |
getValue1()
Gets the experimental value 1. |
boolean |
getValue2()
Gets the experimental value 2. |
boolean |
getValue3()
Gets the experimental value 3. |
boolean |
getValue4()
Gets the experimental value 4. |
boolean |
getValue5()
Gets the experimental value 5. |
boolean |
getValue6()
Gets the experimental value 6. |
boolean |
getValue7()
Gets the experimental value 7. |
void |
setValue0(boolean value)
Sets the experimental value 0. |
void |
setValue1(boolean value)
Sets the experimental value 1. |
void |
setValue2(boolean value)
Sets the experimental value 2. |
void |
setValue3(boolean value)
Sets the experimental value 3. |
void |
setValue4(boolean value)
Sets the experimental value 4. |
void |
setValue5(boolean value)
Sets the experimental value 5. |
void |
setValue6(boolean value)
Sets the experimental value 6. |
void |
setValue7(boolean value)
Sets the experimental value 7. |
void |
validate()
Validates this component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatchInfoMpls()
| Method Detail |
|---|
public void setValue0(boolean value)
value - The experimental value 0.public boolean getValue0()
public void setValue1(boolean value)
value - The experimental value 1.public boolean getValue1()
public void setValue2(boolean value)
value - The experimental value 2.public boolean getValue2()
public void setValue3(boolean value)
value - The experimental value 3.public boolean getValue3()
public void setValue4(boolean value)
value - The experimental value 4.public boolean getValue4()
public void setValue5(boolean value)
value - The experimental value 5.public boolean getValue5()
public void setValue6(boolean value)
value - The experimental value 6.public boolean getValue6()
public void setValue7(boolean value)
value - The experimental value 7.public boolean getValue7()
public void validate()
throws InvalidConfigurationException
MatchInfo
validate in class MatchInfoInvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
public java.lang.String generateIos()
throws InvalidConfigurationException
MatchInfo
generateIos in class MatchInfoInvalidConfigurationException - if the configuration is invalid.CiscoRouterConfigComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||