@Beta @NonNullByDefault public enum OpenConfigStatements extends Enum<OpenConfigStatements> implements StatementDefinition
| Enum Constant and Description |
|---|
OPENCONFIG_ENCRYPTED_VALUE |
OPENCONFIG_HASHED_VALUE |
OPENCONFIG_VERSION |
| Modifier and Type | Method and Description |
|---|---|
@Nullable QName |
getArgumentName()
Returns name of statement argument or null, if statement does not have argument.
|
Class<? extends DeclaredStatement<?>> |
getDeclaredRepresentationClass()
Returns class which represents declared version of statement associated with this definition.
|
Class<? extends EffectiveStatement<?,?>> |
getEffectiveRepresentationClass()
Returns class which represents derived behaviour from supplied statement.
|
QName |
getStatementName()
Returns name of the statement.
|
boolean |
isArgumentYinElement()
Returns true, if argument of statement is represented as value of yin element.
|
static OpenConfigStatements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenConfigStatements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenConfigStatements OPENCONFIG_ENCRYPTED_VALUE
public static final OpenConfigStatements OPENCONFIG_HASHED_VALUE
public static final OpenConfigStatements OPENCONFIG_VERSION
public static OpenConfigStatements[] values()
for (OpenConfigStatements c : OpenConfigStatements.values()) System.out.println(c);
public static OpenConfigStatements valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic QName getStatementName()
StatementDefinitiongetStatementName in interface StatementDefinitionpublic @Nullable QName getArgumentName()
StatementDefinitiongetArgumentName in interface StatementDefinitionpublic Class<? extends DeclaredStatement<?>> getDeclaredRepresentationClass()
StatementDefinitiongetDeclaredRepresentationClass in interface StatementDefinitionpublic Class<? extends EffectiveStatement<?,?>> getEffectiveRepresentationClass()
StatementDefinitiongetEffectiveRepresentationClass in interface StatementDefinitionpublic boolean isArgumentYinElement()
StatementDefinitionisArgumentYinElement in interface StatementDefinitionCopyright © 2019 OpenDaylight. All rights reserved.