Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLSAOnlyAccessIndicator
-
Packages that use MAPLSAOnlyAccessIndicator Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPLSAOnlyAccessIndicator in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLSAOnlyAccessIndicator Modifier and Type Method Description static MAPLSAOnlyAccessIndicator
MAPLSAOnlyAccessIndicator. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.MAPLSAOnlyAccessIndicator
MAPLSAInformation. getLsaOnlyAccessIndicator()
Gets the value of the field lsaOnlyAccessIndicator.static MAPLSAOnlyAccessIndicator
MAPLSAOnlyAccessIndicator. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPLSAOnlyAccessIndicator[]
MAPLSAOnlyAccessIndicator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLSAOnlyAccessIndicator Modifier and Type Method Description MAPLSAInformation
MAPLSAInformation. setLsaOnlyAccessIndicator(MAPLSAOnlyAccessIndicator value)
Sets the value of the field lsaOnlyAccessIndicator.
-