public enum Relation.Directionality extends Enum<Relation.Directionality> implements ProtocolMessageEnumDescribes the relationship model as directed or undirected.
Protobuf enum google.backstory.Relation.Directionality
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BIDIRECTIONAL |
Modeled in both directions. Primary entity (a) to related entity (b) and related entity (b) to primary entity (a). |
BIDIRECTIONAL_VALUE |
Modeled in both directions. Primary entity (a) to related entity (b) and related entity (b) to primary entity (a). |
DIRECTIONALITY_UNSPECIFIED |
Default value. |
DIRECTIONALITY_UNSPECIFIED_VALUE |
Default value. |
UNIDIRECTIONAL |
Modeled in a single direction. Primary entity (a) to related entity (b). |
UNIDIRECTIONAL_VALUE |
Modeled in a single direction. Primary entity (a) to related entity (b). |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|