Uses of Enum Class
org.opendaylight.yangtools.yang.common.YangVersion
-
Uses of YangVersion in org.opendaylight.yangtools.yang.common
Methods in org.opendaylight.yangtools.yang.common that return YangVersionModifier and TypeMethodDescriptionstatic @Nullable YangVersionParse a YANG version from its textual representation.static @NonNull YangVersionParse a YANG version from its textual representation.static YangVersionReturns the enum constant of this class with the specified name.static YangVersion[]YangVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type YangVersionModifier and TypeMethodDescriptionstatic Optional<YangVersion>Deprecated, for removal: This API element is subject to removal in a future version.
forString(String)orofString(String)