Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemNtpServerConfig.AssociationType
Packages that use SystemNtpServerConfig.AssociationType
Package
Description
-
Uses of SystemNtpServerConfig.AssociationType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return SystemNtpServerConfig.AssociationTypeModifier and TypeMethodDescriptionstatic @Nullable SystemNtpServerConfig.AssociationTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig.AssociationType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.SystemNtpServerConfig.getAssociationType()Return associationType, ornullif it is not present.static @NonNull SystemNtpServerConfig.AssociationTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig.AssociationType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig.requireAssociationType()Return associationType, guaranteed to be non-null.Returns the enum constant of this class with the specified name.SystemNtpServerConfig.AssociationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SystemNtpServerConfig.AssociationType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server that return SystemNtpServerConfig.AssociationTypeModifier and TypeMethodDescriptionConfigBuilder.getAssociationType()Return current value associated with the property corresponding toSystemNtpServerConfig.getAssociationType().StateBuilder.getAssociationType()Return current value associated with the property corresponding toSystemNtpServerConfig.getAssociationType().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server with parameters of type SystemNtpServerConfig.AssociationTypeModifier and TypeMethodDescriptionConfigBuilder.setAssociationType(SystemNtpServerConfig.AssociationType value) Set the property corresponding toSystemNtpServerConfig.getAssociationType()to the specified value.StateBuilder.setAssociationType(SystemNtpServerConfig.AssociationType value) Set the property corresponding toSystemNtpServerConfig.getAssociationType()to the specified value.