public static enum ST_GoogleMapLink.LayerType extends Enum<ST_GoogleMapLink.LayerType>
| Modifier and Type | Method and Description |
|---|---|
static ST_GoogleMapLink.LayerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ST_GoogleMapLink.LayerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ST_GoogleMapLink.LayerType m
public static final ST_GoogleMapLink.LayerType k
public static final ST_GoogleMapLink.LayerType h
public static final ST_GoogleMapLink.LayerType p
public static ST_GoogleMapLink.LayerType[] values()
for (ST_GoogleMapLink.LayerType c : ST_GoogleMapLink.LayerType.values()) System.out.println(c);
public static ST_GoogleMapLink.LayerType 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 nullCopyright © 2019 CNRS. All rights reserved.