Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AssociationType
Packages that use AssociationType
Package
Description
-
Uses of AssociationType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return AssociationTypeModifier and TypeMethodDescriptionstatic @Nullable AssociationTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable AssociationTypeAssociationType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull AssociationTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull AssociationTypeAssociationType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static AssociationTypeReturns the enum constant of this class with the specified name.static AssociationType[]AssociationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AssociationType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object that return AssociationTypeModifier and TypeMethodDescriptionAssociationObject.getAssociationType()Return associationType, ornullif it is not present.AssociationObjectBuilder.getAssociationType()Return current value associated with the property corresponding toAssociationObject.getAssociationType().default @NonNull AssociationTypeAssociationObject.requireAssociationType()Return associationType, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object with parameters of type AssociationTypeModifier and TypeMethodDescriptionAssociationObjectBuilder.setAssociationType(AssociationType value) Set the property corresponding toAssociationObject.getAssociationType()to the specified value.