Package com.cognite.client.dto
Enum Relationship.ResourceType
- java.lang.Object
-
- java.lang.Enum<Relationship.ResourceType>
-
- com.cognite.client.dto.Relationship.ResourceType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Relationship.ResourceType>
- Enclosing class:
- Relationship
public static enum Relationship.ResourceType extends Enum<Relationship.ResourceType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumcom.cognite.client.dto.Relationship.ResourceType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASSETASSET = 0;EVENTEVENT = 3;FILEFILE = 2;SEQUENCESEQUENCE = 4;TIME_SERIESTIME_SERIES = 1;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intASSET_VALUEASSET = 0;static intEVENT_VALUEEVENT = 3;static intFILE_VALUEFILE = 2;static intSEQUENCE_VALUESEQUENCE = 4;static intTIME_SERIES_VALUETIME_SERIES = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Relationship.ResourceTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Relationship.ResourceType>internalGetValueMap()static Relationship.ResourceTypevalueOf(int value)Deprecated.static Relationship.ResourceTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Relationship.ResourceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Relationship.ResourceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ASSET
public static final Relationship.ResourceType ASSET
ASSET = 0;
-
TIME_SERIES
public static final Relationship.ResourceType TIME_SERIES
TIME_SERIES = 1;
-
FILE
public static final Relationship.ResourceType FILE
FILE = 2;
-
EVENT
public static final Relationship.ResourceType EVENT
EVENT = 3;
-
SEQUENCE
public static final Relationship.ResourceType SEQUENCE
SEQUENCE = 4;
-
UNRECOGNIZED
public static final Relationship.ResourceType UNRECOGNIZED
-
-
Field Detail
-
ASSET_VALUE
public static final int ASSET_VALUE
ASSET = 0;- See Also:
- Constant Field Values
-
TIME_SERIES_VALUE
public static final int TIME_SERIES_VALUE
TIME_SERIES = 1;- See Also:
- Constant Field Values
-
FILE_VALUE
public static final int FILE_VALUE
FILE = 2;- See Also:
- Constant Field Values
-
EVENT_VALUE
public static final int EVENT_VALUE
EVENT = 3;- See Also:
- Constant Field Values
-
SEQUENCE_VALUE
public static final int SEQUENCE_VALUE
SEQUENCE = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Relationship.ResourceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Relationship.ResourceType c : Relationship.ResourceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Relationship.ResourceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Relationship.ResourceType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Relationship.ResourceType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Relationship.ResourceType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Relationship.ResourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-