public final class ViewerId extends Object
| Modifier and Type | Field and Description |
|---|---|
static ViewerId |
Binary
Instructs the Console to display the data of a Log Entry
as a binary dump using a read-only hex editor.
|
static ViewerId |
Bitmap
Instructs the Console to display the data of a Log Entry
as bitmap image.
|
static ViewerId |
Data
Instructs the Console to display the data of a Log Entry
in a read-only text field.
|
static ViewerId |
HtmlSource
Instructs the Console to display the data of a Log Entry
as HTML source with syntax highlighting.
|
static ViewerId |
Icon
Instructs the Console to display the data of a Log Entry
as Windows icon.
|
static ViewerId |
IniSource
Instructs the Console to display the data of a Log Entry
as INI source with syntax highlighting.
|
static ViewerId |
Inspector
Instructs the Console to display the data of a Log Entry
using an object inspector.
|
static ViewerId |
JavaScriptSource
Instructs the Console to display the data of a Log Entry
as JavaScript source with syntax highlighting.
|
static ViewerId |
Jpeg
Instructs the Console to display the data of a Log Entry
as a JPEG image.
|
static ViewerId |
List
Instructs the Console to display the data of a Log Entry
as a list.
|
static ViewerId |
Metafile
Instructs the Console to display the data of a Log Entry
as Windows Metafile image.
|
static ViewerId |
None
Instructs the Console to use no viewer at all.
|
static ViewerId |
PerlSource
Instructs the Console to display the data of a Log Entry
as Perl source with syntax highlighting.
|
static ViewerId |
PythonSource
Instructs the Console to display the data of a Log Entry
as Python source with syntax highlighting.
|
static ViewerId |
SqlSource
Instructs the Console to display the data of a Log Entry
as SQL source with syntax highlighting.
|
static ViewerId |
Table
Instructs the Console to display the data of a Log Entry
as a table.
|
static ViewerId |
Title
Instructs the Console to display the title of a Log Entry
in a read-only text field.
|
static ViewerId |
ValueList
Instructs the Console to display the data of a Log Entry
as a key/value list.
|
static ViewerId |
VbScriptSource
Instructs the Console to display the data of a Log Entry as VBScript source with syntax highlighting.
|
static ViewerId |
Web
Instructs the Console to display the data of a Log Entry
as a website.
|
static ViewerId |
XmlSource
Instructs the Console to display the data of a Log Entry
as XML source with syntax highlighting.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is equal to this one.
|
int |
getIntValue()
Returns the integer value of this enum.
|
boolean |
greater(com.gurock.smartinspect.Enum en)
Indicates whether the integer value of this Enum is greater
than the integer value of some other Enum.
|
boolean |
greaterEqual(com.gurock.smartinspect.Enum en)
Indicates whether the integer value of this Enum is greater
than or equal to the integer value of some other Enum.
|
boolean |
less(com.gurock.smartinspect.Enum en)
Indicates whether the integer value of this Enum is less than
the integer value of some other Enum.
|
boolean |
lessEqual(com.gurock.smartinspect.Enum en)
Indicates whether the integer value of this Enum is less than
or equal to the integer value of some other Enum.
|
String |
toString()
Overridden.
|
public static final ViewerId None
public static final ViewerId Title
public static final ViewerId Data
public static final ViewerId List
public static final ViewerId ValueList
public static final ViewerId Inspector
public static final ViewerId Table
public static final ViewerId Web
public static final ViewerId Binary
public static final ViewerId HtmlSource
public static final ViewerId JavaScriptSource
public static final ViewerId VbScriptSource
public static final ViewerId PerlSource
public static final ViewerId SqlSource
public static final ViewerId IniSource
public static final ViewerId PythonSource
public static final ViewerId XmlSource
public static final ViewerId Bitmap
public static final ViewerId Jpeg
public static final ViewerId Icon
public static final ViewerId Metafile
public String toString()
public int getIntValue()
public boolean equals(Object o)
This method returns true if the supplied Object is an Enum and has the same integer value as returned by the getIntValue() method of this object. If the supplied Object is not an Enum, this method calls the equals method of the parent class.
public boolean less(com.gurock.smartinspect.Enum en)
en - The enum to compare this enum with.public boolean lessEqual(com.gurock.smartinspect.Enum en)
en - The enum to compare this enum with.public boolean greater(com.gurock.smartinspect.Enum en)
en - The enum to compare this enum with.public boolean greaterEqual(com.gurock.smartinspect.Enum en)
en - The enum to compare this enum with.Copyright © 2023. All rights reserved.