public static enum PushAPIMsg.DocumentStatusMsg.StampCase extends java.lang.Enum<PushAPIMsg.DocumentStatusMsg.StampCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
STAMP_NOT_SET |
STAMPINNER |
Modifier and Type | Method and Description |
---|---|
static PushAPIMsg.DocumentStatusMsg.StampCase |
forNumber(int value) |
int |
getNumber() |
static PushAPIMsg.DocumentStatusMsg.StampCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PushAPIMsg.DocumentStatusMsg.StampCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PushAPIMsg.DocumentStatusMsg.StampCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushAPIMsg.DocumentStatusMsg.StampCase STAMPINNER
public static final PushAPIMsg.DocumentStatusMsg.StampCase STAMP_NOT_SET
public static PushAPIMsg.DocumentStatusMsg.StampCase[] values()
for (PushAPIMsg.DocumentStatusMsg.StampCase c : PushAPIMsg.DocumentStatusMsg.StampCase.values()) System.out.println(c);
public static PushAPIMsg.DocumentStatusMsg.StampCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static PushAPIMsg.DocumentStatusMsg.StampCase valueOf(int value)
forNumber(int)
instead.public static PushAPIMsg.DocumentStatusMsg.StampCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2021 Dassault Systèmes, All Rights Reserved.