com.stimulsoft.report.dictionary.enums
Enum StiResourceType

java.lang.Object
  extended by java.lang.Enum<StiResourceType>
      extended by com.stimulsoft.report.dictionary.enums.StiResourceType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiResourceType>

public enum StiResourceType
extends java.lang.Enum<StiResourceType>

Copyright Stimulsoft


Enum Constant Summary
Csv
           
Dbf
           
Excel
           
FontEot
           
FontOtf
           
FontTtc
           
FontTtf
           
FontWoff
           
Image
           
Json
           
Pdf
           
Report
           
ReportSnapshot
           
Rtf
           
Txt
           
Word
           
Xml
           
Xsd
           
 
Method Summary
static StiResourceType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiResourceType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Image

public static final StiResourceType Image

Csv

public static final StiResourceType Csv

Dbf

public static final StiResourceType Dbf

Json

public static final StiResourceType Json

Xml

public static final StiResourceType Xml

Xsd

public static final StiResourceType Xsd

Excel

public static final StiResourceType Excel

Rtf

public static final StiResourceType Rtf

Txt

public static final StiResourceType Txt

Report

public static final StiResourceType Report

ReportSnapshot

public static final StiResourceType ReportSnapshot

FontTtc

public static final StiResourceType FontTtc

FontTtf

public static final StiResourceType FontTtf

FontOtf

public static final StiResourceType FontOtf

FontEot

public static final StiResourceType FontEot

FontWoff

public static final StiResourceType FontWoff

Pdf

public static final StiResourceType Pdf

Word

public static final StiResourceType Word
Method Detail

values

public static StiResourceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiResourceType c : StiResourceType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiResourceType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2018 Stimulsoft. All Rights Reserved.