public enum SvgIcons extends java.lang.Enum<SvgIcons> implements ISVGReference
Enum Constant and Description |
---|
Blank |
IconClock |
IconEnd |
IconError |
IconExclamation |
IconMinus |
IconPlus |
IconRecurrent |
IconStart |
TreeOpChoice |
TreeOpCompOr |
TreeOpErrorTrigger |
TreeOpInterleaved |
TreeOpLog |
TreeOpLoop |
TreeOpLoopCancel |
TreeOpPar |
TreeOpRecurOr |
TreeOpSeq |
TreeOpSeqCancel |
TreeOpTau |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
static SvgIcons |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SvgIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvgIcons IconClock
public static final SvgIcons IconEnd
public static final SvgIcons IconError
public static final SvgIcons IconExclamation
public static final SvgIcons IconStart
public static final SvgIcons IconPlus
public static final SvgIcons IconMinus
public static final SvgIcons IconRecurrent
public static final SvgIcons Blank
public static final SvgIcons TreeOpTau
public static final SvgIcons TreeOpSeq
public static final SvgIcons TreeOpChoice
public static final SvgIcons TreeOpPar
public static final SvgIcons TreeOpInterleaved
public static final SvgIcons TreeOpLoop
public static final SvgIcons TreeOpCompOr
public static final SvgIcons TreeOpRecurOr
public static final SvgIcons TreeOpSeqCancel
public static final SvgIcons TreeOpLoopCancel
public static final SvgIcons TreeOpErrorTrigger
public static final SvgIcons TreeOpLog
public static SvgIcons[] values()
for (SvgIcons c : SvgIcons.values()) System.out.println(c);
public static SvgIcons valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
getName
in interface ISVGReference
public java.io.InputStream getInputStream()
getInputStream
in interface ISVGReference