Package | Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.yang.patch |
Modifier and Type | Method and Description |
---|---|
static Edit.Where |
Edit.Where.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
Edit.Where |
EditBuilder.getWhere() |
@Nullable Edit.Where |
Edit.getWhere()
Identifies where a data resource will be inserted ormoved.
|
static Edit.Where |
Edit.Where.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edit.Where[] |
Edit.Where.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Edit.Where> |
Edit.Where.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Modifier and Type | Method and Description |
---|---|
EditBuilder |
EditBuilder.setWhere(Edit.Where value) |
Copyright © 2019 OpenDaylight. All rights reserved.