Uses of Enum Class
com.gentics.contentnode.rest.model.Editor
Packages that use Editor
-
Uses of Editor in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return EditorModifier and TypeMethodDescriptionstatic EditorEditor.getByCode(int code) Get the editor by codeNode.getContentEditor()Editor to be used in the node.static EditorReturns the enum constant of this class with the specified name.static Editor[]Editor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model with parameters of type EditorModifier and TypeMethodDescriptionvoidNode.setContentEditor(Editor contentEditor) Set the editor.