Package com.google.cloud.channel.v1
Enum EduData.InstituteType
- java.lang.Object
-
- java.lang.Enum<EduData.InstituteType>
-
- com.google.cloud.channel.v1.EduData.InstituteType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<EduData.InstituteType>
- Enclosing class:
- EduData
public static enum EduData.InstituteType extends Enum<EduData.InstituteType> implements com.google.protobuf.ProtocolMessageEnum
Enum to specify the institute type.
Protobuf enumgoogle.cloud.channel.v1.EduData.InstituteType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTITUTE_TYPE_UNSPECIFIEDNot used.K12Elementary/Secondary Schools & DistrictsUNIVERSITYHigher Education Universities & CollegesUNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intINSTITUTE_TYPE_UNSPECIFIED_VALUENot used.static intK12_VALUEElementary/Secondary Schools & Districtsstatic intUNIVERSITY_VALUEHigher Education Universities & Colleges
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EduData.InstituteTypeforNumber(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<EduData.InstituteType>internalGetValueMap()static EduData.InstituteTypevalueOf(int value)Deprecated.static EduData.InstituteTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EduData.InstituteTypevalueOf(String name)Returns the enum constant of this type with the specified name.static EduData.InstituteType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSTITUTE_TYPE_UNSPECIFIED
public static final EduData.InstituteType INSTITUTE_TYPE_UNSPECIFIED
Not used.
INSTITUTE_TYPE_UNSPECIFIED = 0;
-
K12
public static final EduData.InstituteType K12
Elementary/Secondary Schools & Districts
K12 = 1;
-
UNIVERSITY
public static final EduData.InstituteType UNIVERSITY
Higher Education Universities & Colleges
UNIVERSITY = 2;
-
UNRECOGNIZED
public static final EduData.InstituteType UNRECOGNIZED
-
-
Field Detail
-
INSTITUTE_TYPE_UNSPECIFIED_VALUE
public static final int INSTITUTE_TYPE_UNSPECIFIED_VALUE
Not used.
INSTITUTE_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
K12_VALUE
public static final int K12_VALUE
Elementary/Secondary Schools & Districts
K12 = 1;- See Also:
- Constant Field Values
-
UNIVERSITY_VALUE
public static final int UNIVERSITY_VALUE
Higher Education Universities & Colleges
UNIVERSITY = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static EduData.InstituteType[] 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 (EduData.InstituteType c : EduData.InstituteType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EduData.InstituteType 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 EduData.InstituteType 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 EduData.InstituteType 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<EduData.InstituteType> 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 EduData.InstituteType 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
-
-