Enum Relation.Directionality (0.3.0)

public enum Relation.Directionality extends Enum<Relation.Directionality> implements ProtocolMessageEnum

Describes the relationship model as directed or undirected.

Protobuf enum google.backstory.Relation.Directionality

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIDIRECTIONAL

Modeled in both directions. Primary entity (a) to related entity (b) and related entity (b) to primary entity (a).

BIDIRECTIONAL = 1;

BIDIRECTIONAL_VALUE

Modeled in both directions. Primary entity (a) to related entity (b) and related entity (b) to primary entity (a).

BIDIRECTIONAL = 1;

DIRECTIONALITY_UNSPECIFIED

Default value.

DIRECTIONALITY_UNSPECIFIED = 0;

DIRECTIONALITY_UNSPECIFIED_VALUE

Default value.

DIRECTIONALITY_UNSPECIFIED = 0;

UNIDIRECTIONAL

Modeled in a single direction. Primary entity (a) to related entity (b).

UNIDIRECTIONAL = 2;

UNIDIRECTIONAL_VALUE

Modeled in a single direction. Primary entity (a) to related entity (b).

UNIDIRECTIONAL = 2;

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()