Uses of Class
com.orchestranetworks.schema.dynamic.DefaultViewMode
-
Packages that use DefaultViewMode Package Description com.orchestranetworks.schema.dynamic A public API for defining a dynamic schema. -
-
Uses of DefaultViewMode in com.orchestranetworks.schema.dynamic
Methods in com.orchestranetworks.schema.dynamic that return DefaultViewMode Modifier and Type Method Description static DefaultViewModeDefaultViewMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultViewMode[]DefaultViewMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.schema.dynamic with parameters of type DefaultViewMode Modifier and Type Method Description voidBeanElement. setDefaultViewMode(DefaultViewMode aDefaultViewMode)Sets the default view mode.
-