@startuml
skinparam style strictuml
'This is a PlantUML source file

enum Code <<enumeration>> {
LEFT
SAME
RIGHT
}
hide methods
@enduml