Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
@NonNull QName |
getArgumentName() |
int |
hashCode() |
abstract boolean |
isYinElement()
Returns true, if argument of statement is represented as value of YIN element.
|
static @NonNull ArgumentDefinition |
of(QName argumentName,
boolean yinElement) |
static @NonNull Optional<ArgumentDefinition> |
ofNullable(@Nullable QName argumentName,
boolean yinElement) |
String |
toString() |
public static @NonNull ArgumentDefinition of(QName argumentName, boolean yinElement)
public static @NonNull Optional<ArgumentDefinition> ofNullable(@Nullable QName argumentName, boolean yinElement)
public final @NonNull QName getArgumentName()
public abstract boolean isYinElement()
Copyright © 2020 OpenDaylight. All rights reserved.