Enum Relation.EntityLabel (0.3.0)

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

Entity label of the relation.

Protobuf enum google.backstory.Relation.EntityLabel

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENTITY_LABEL_UNSPECIFIED

Default value.

ENTITY_LABEL_UNSPECIFIED = 0;

ENTITY_LABEL_UNSPECIFIED_VALUE

Default value.

ENTITY_LABEL_UNSPECIFIED = 0;

INTERMEDIARY

The Noun represents an intermediary type object.

INTERMEDIARY = 7;

INTERMEDIARY_VALUE

The Noun represents an intermediary type object.

INTERMEDIARY = 7;

NETWORK

The Noun represents a network type object.

NETWORK = 5;

NETWORK_VALUE

The Noun represents a network type object.

NETWORK = 5;

OBSERVER

The Noun represents an observer type object.

OBSERVER = 3;

OBSERVER_VALUE

The Noun represents an observer type object.

OBSERVER = 3;

PRINCIPAL

The Noun represents a principal type object.

PRINCIPAL = 1;

PRINCIPAL_VALUE

The Noun represents a principal type object.

PRINCIPAL = 1;

SECURITY_RESULT

The Noun represents a SecurityResult object.

SECURITY_RESULT = 6;

SECURITY_RESULT_VALUE

The Noun represents a SecurityResult object.

SECURITY_RESULT = 6;

SRC

The Noun represents src type object.

SRC = 4;

SRC_VALUE

The Noun represents src type object.

SRC = 4;

TARGET

The Noun represents a target type object.

TARGET = 2;

TARGET_VALUE

The Noun represents a target type object.

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