Enum Class YangFunction
- All Implemented Interfaces:
Serializable
,Comparable<YangFunction>
,Constable
,Identifiable<QName>
Functions known to a YANG XPath.
- Author:
- Robert Varga
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn this objects Identifier.Return the minimum YANG version where this function is supported.static YangFunction
Returns the enum constant of this class with the specified name.static YangFunction[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BOOLEAN
-
CEILING
-
CONCAT
-
CONTAINS
-
COUNT
-
FALSE
-
FLOOR
-
ID
-
LANG
-
LAST
-
LOCAL_NAME
-
NAME
-
NUMBER
-
NAMESPACE_URI
-
NORMALIZE_SPACE
-
NOT
-
POSITION
-
ROUND
-
STARTS_WITH
-
STRING
-
STRING_LENGTH
-
SUM
-
SUBSTRING
-
SUBSTRING_AFTER
-
SUBSTRING_BEFORE
-
TRANSLATE
-
TRUE
-
CURRENT
-
BIT_IS_SET
-
DEREF
-
DERIVED_FROM
-
DERIVED_FROM_OR_SELF
-
ENUM_VALUE
-
RE_MATCH
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getIdentifier
Description copied from interface:Identifiable
Return this objects Identifier.- Specified by:
getIdentifier
in interfaceIdentifiable<QName>
- Returns:
- Object's identifier, must not be null.
-
getYangVersion
Return the minimum YANG version where this function is supported.- Returns:
- First YANG version where this function appeared.
-