public final class MplsLabelUnion extends Object
| Constructor and Description |
|---|
MplsLabelUnion(MplsLabelGeneralUse mplsLabelGeneralUse)
Creates an instance of mplsLabelGeneralUse.
|
MplsLabelUnion(MplsLabelSpecialPurpose mplsLabelSpecialPurpose)
Creates an instance of mplsLabelSpecialPurpose.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MplsLabelUnion |
fromString(String valInString)
Returns the object of mplsLabelUnion fromString input String mplsLabelUnion.
|
int |
hashCode() |
MplsLabelGeneralUse |
mplsLabelGeneralUse()
Returns the attribute mplsLabelGeneralUse.
|
void |
mplsLabelGeneralUse(MplsLabelGeneralUse mplsLabelGeneralUse)
Sets the attribute mplsLabelGeneralUse.
|
MplsLabelSpecialPurpose |
mplsLabelSpecialPurpose()
Returns the attribute mplsLabelSpecialPurpose.
|
void |
mplsLabelSpecialPurpose(MplsLabelSpecialPurpose mplsLabelSpecialPurpose)
Sets the attribute mplsLabelSpecialPurpose.
|
static MplsLabelUnion |
of(MplsLabelGeneralUse value)
Returns the object of mplsLabelUnion for type mplsLabelGeneralUse.
|
static MplsLabelUnion |
of(MplsLabelSpecialPurpose value)
Returns the object of mplsLabelUnion for type mplsLabelSpecialPurpose.
|
String |
toString() |
public MplsLabelUnion(MplsLabelSpecialPurpose mplsLabelSpecialPurpose)
mplsLabelSpecialPurpose - value of mplsLabelSpecialPurposepublic MplsLabelUnion(MplsLabelGeneralUse mplsLabelGeneralUse)
mplsLabelGeneralUse - value of mplsLabelGeneralUsepublic static MplsLabelUnion of(MplsLabelSpecialPurpose value)
value - value of mplsLabelUnion for type mplsLabelSpecialPurposepublic static MplsLabelUnion of(MplsLabelGeneralUse value)
value - value of mplsLabelUnion for type mplsLabelGeneralUsepublic MplsLabelSpecialPurpose mplsLabelSpecialPurpose()
public MplsLabelGeneralUse mplsLabelGeneralUse()
public void mplsLabelSpecialPurpose(MplsLabelSpecialPurpose mplsLabelSpecialPurpose)
mplsLabelSpecialPurpose - value of mplsLabelSpecialPurposepublic void mplsLabelGeneralUse(MplsLabelGeneralUse mplsLabelGeneralUse)
mplsLabelGeneralUse - value of mplsLabelGeneralUsepublic static MplsLabelUnion fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.