public enum SProgressTopicType extends Enum<SProgressTopicType>
| Enum Constant and Description |
|---|
BRANCH |
DOWNLOAD |
RUNNING_SERVICE |
UPLOAD |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SProgressTopicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SProgressTopicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SProgressTopicType DOWNLOAD
public static final SProgressTopicType UPLOAD
public static final SProgressTopicType RUNNING_SERVICE
public static final SProgressTopicType BRANCH
public static SProgressTopicType[] values()
for (SProgressTopicType c : SProgressTopicType.values()) System.out.println(c);
public static SProgressTopicType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getOrdinal()
Copyright © 2016 OpenSource BIM. All rights reserved.