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 FacePersistency |
FacePersistency.fromInteger(int value)
Convert NFD code to FacePersistency enum.
|
static FacePersistency |
FacePersistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacePersistency[] |
FacePersistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FacePersistency |
FaceStatus.getFacePersistency() |
Modifier and Type | Method and Description |
---|---|
FaceStatus |
FaceStatus.setFacePersistency(FacePersistency facePersistency)
Set face persistency.
|
Copyright © 2016. All rights reserved.