Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AssociationType
-
-
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 AssociationType Modifier and Type Method Description static AssociationTypeAssociationType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static AssociationTypeAssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationType[]AssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return types with arguments of type AssociationType Modifier and Type Method Description static Optional<AssociationType>AssociationType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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 AssociationType Modifier and Type Method Description AssociationTypeAssociationObject. getAssociationType()Return associationType, ornullif it is not present.AssociationTypeAssociationObjectBuilder. 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 AssociationType Modifier and Type Method Description AssociationObjectBuilderAssociationObjectBuilder. setAssociationType(AssociationType value)
-