1 package de.tivsource.page.enumeration; 2 3 public enum GalleryType { 4 5 LANDSCAPE, 6 PORTRAIT, 7 SQUARE; 8 9 }// Ende enum