public enum ServiceType extends java.lang.Enum<ServiceType>
Enum Constant and Description |
---|
Service4DMapper |
ServiceAgisoftCloud |
ServiceCesium |
ServiceMapbox |
ServiceMelown |
ServiceNira |
ServicePicterra |
ServicePointbox |
ServicePointscene |
ServiceSketchfab |
Modifier and Type | Method and Description |
---|---|
static ServiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceType ServiceSketchfab
public static final ServiceType ServiceMapbox
public static final ServiceType Service4DMapper
public static final ServiceType ServiceAgisoftCloud
public static final ServiceType ServicePointscene
public static final ServiceType ServiceMelown
public static final ServiceType ServicePointbox
public static final ServiceType ServicePicterra
public static final ServiceType ServiceCesium
public static final ServiceType ServiceNira
public static ServiceType[] values()
for (ServiceType c : ServiceType.values()) System.out.println(c);
public static ServiceType 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