Package viam.app.v1
Enum Class AppOuterClass.FragmentVisibility
- All Implemented Interfaces:
- com.google.protobuf.Internal.EnumLite,- Serializable,- Comparable<AppOuterClass.FragmentVisibility>,- Constable
- Enclosing class:
- AppOuterClass
public static enum AppOuterClass.FragmentVisibility
extends Enum<AppOuterClass.FragmentVisibility>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum 
viam.app.v1.FragmentVisibility- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionFRAGMENT_VISIBILITY_PRIVATE = 1;FRAGMENT_VISIBILITY_PUBLIC = 2;FRAGMENT_VISIBILITY_PUBLIC_UNLISTED = 3;FRAGMENT_VISIBILITY_UNSPECIFIED = 0;
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intFRAGMENT_VISIBILITY_PRIVATE = 1;static final intFRAGMENT_VISIBILITY_PUBLIC_UNLISTED = 3;static final intFRAGMENT_VISIBILITY_PUBLIC = 2;static final intFRAGMENT_VISIBILITY_UNSPECIFIED = 0;
- 
Method SummaryModifier and TypeMethodDescriptionforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.FragmentVisibility>static com.google.protobuf.Internal.EnumVerifiervalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static AppOuterClass.FragmentVisibility[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
FRAGMENT_VISIBILITY_UNSPECIFIEDFRAGMENT_VISIBILITY_UNSPECIFIED = 0;
- 
FRAGMENT_VISIBILITY_PRIVATEFRAGMENT_VISIBILITY_PRIVATE = 1;
- 
FRAGMENT_VISIBILITY_PUBLICFRAGMENT_VISIBILITY_PUBLIC = 2;
- 
FRAGMENT_VISIBILITY_PUBLIC_UNLISTEDFRAGMENT_VISIBILITY_PUBLIC_UNLISTED = 3;
- 
UNRECOGNIZED
 
- 
- 
Field Details- 
FRAGMENT_VISIBILITY_UNSPECIFIED_VALUEpublic static final int FRAGMENT_VISIBILITY_UNSPECIFIED_VALUEFRAGMENT_VISIBILITY_UNSPECIFIED = 0;- See Also:
 
- 
FRAGMENT_VISIBILITY_PRIVATE_VALUEpublic static final int FRAGMENT_VISIBILITY_PRIVATE_VALUEFRAGMENT_VISIBILITY_PRIVATE = 1;- See Also:
 
- 
FRAGMENT_VISIBILITY_PUBLIC_VALUEpublic static final int FRAGMENT_VISIBILITY_PUBLIC_VALUEFRAGMENT_VISIBILITY_PUBLIC = 2;- See Also:
 
- 
FRAGMENT_VISIBILITY_PUBLIC_UNLISTED_VALUEpublic static final int FRAGMENT_VISIBILITY_PUBLIC_UNLISTED_VALUEFRAGMENT_VISIBILITY_PUBLIC_UNLISTED = 3;- See Also:
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getNumberpublic final int getNumber()- Specified by:
- getNumberin interface- com.google.protobuf.Internal.EnumLite
 
- 
valueOfDeprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
forNumber
- 
internalGetValueMappublic static com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.FragmentVisibility> internalGetValueMap()
- 
internalGetVerifierpublic static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
 
-