Uses of Enum Class
com.gentics.contentnode.rest.model.Editor
-
Uses of Editor in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionstatic Editor
Editor.getByCode
(int code) Get the editor by codeNode.getContentEditor()
Editor to be used in the node.static Editor
Returns 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.Modifier and TypeMethodDescriptionvoid
Node.setContentEditor
(Editor contentEditor) Set the editor.