ConnectorType
The enumeration ConnectorType is a member of com.here.android.mpa.venues3d.VenueManeuver.
Enumeration Summary
public static final enumeration VenueManeuver.ConnectorType
extends java.lang.Enum, java.lang.Object
This enumeration defines values that describe a connector type from one space to other.
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Fields |
---|
An elevator. |
An escalator. |
Stairs. |
A skywalk. |
A shuttle. |
A moving sidewalk. |
A ramp. |
An other connector. |
Not a connector. |
Method Summary
Methods |
---|
This method retrieves the enumeration value that matches the name specified by the caller. |
This method retrieves an array of constants of the given enum type in the order in which they are declared. |
Enumeration Details
This enumeration defines values that describe a connector type from one space to other.
Enum Constant Details
public static final ConnectorType ELEVATOR
An elevator.
public static final ConnectorType ESCALATOR
An escalator.
public static final ConnectorType STAIRS
Stairs.
public static final ConnectorType SKYWALK
A skywalk.
public static final ConnectorType SHUTTLE
A shuttle.
public static final ConnectorType MOVING_SIDEWALK
A moving sidewalk.
public static final ConnectorType RAMP
A ramp.
public static final ConnectorType OTHER_CATEGORY
An other connector.
public static final ConnectorType NO_CONNECTOR
Not a connector.
Method Details
public static ConnectorType valueOf (String name)
This method retrieves the enumeration value that matches the name specified by the caller.
Parameters:
-
name
A string containing the name of the enumeration member whose value is to be retrieved.
public static VenueManeuver.ConnectorType[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.