Package | Description |
---|---|
com.intel.jndn.management.enums |
NFD constants and enumerations.
|
com.intel.jndn.management.types |
NFD management types.
|
Modifier and Type | Method and Description |
---|---|
static FaceScope |
FaceScope.fromInteger(int value)
Convert NFD code to FaceScope enum.
|
static FaceScope |
FaceScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceScope[] |
FaceScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FaceScope |
FaceStatus.getFaceScope() |
Modifier and Type | Method and Description |
---|---|
FaceStatus |
FaceStatus.setFaceScope(FaceScope faceScope)
Set face scope value.
|
Copyright © 2016. All rights reserved.