RoutePart

A route part.

Constructors

this
this()

Creates a new route part.

Members

Properties

identifier
string identifier [@property getter]

Gets the identifier.

identifier
string identifier [@property setter]

Sets the identifier.

routeType
RouteType routeType [@property setter]

Sets the route type.

routeType
RouteType routeType [@property getter]

Gets the route type.

type
RouteDataType type [@property setter]

Sets the type.

type
RouteDataType type [@property getter]

Gets the type.

Variables

_identifier
string _identifier;

The identifier.

_routeType
RouteType _routeType;

The route type.

_type
RouteDataType _type;

The type.

Meta