public static enum LogicalModelView.Presentation extends Enum<LogicalModelView.Presentation>
| Enum Constant and Description | 
|---|
| LISTShow files in flat list. | 
| TREEShow folder structure in full tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LogicalModelView.Presentation | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LogicalModelView.Presentation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LogicalModelView.Presentation LIST
public static final LogicalModelView.Presentation TREE
public static LogicalModelView.Presentation[] values()
for (LogicalModelView.Presentation c : LogicalModelView.Presentation.values()) System.out.println(c);
public static LogicalModelView.Presentation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.