All Downloads are FREE. Search and download functionalities are using the official Maven repository.

global.maplink.planning.schema.problem.PositionInRoute Maven / Gradle / Ivy

package global.maplink.planning.schema.problem;

import lombok.NoArgsConstructor;

@NoArgsConstructor
public enum PositionInRoute {

    INDIFFERENT,
    FIRST,
    LAST,
    ALONE;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy