Uses of Class
com.stimulsoft.base.noteces.StiNoticeIdent

Packages that use StiNoticeIdent
com.stimulsoft.base.noteces   
 

Uses of StiNoticeIdent in com.stimulsoft.base.noteces
 

Fields in com.stimulsoft.base.noteces declared as StiNoticeIdent
 StiNoticeIdent StiNotice.ident
           
 

Methods in com.stimulsoft.base.noteces that return StiNoticeIdent
 StiNoticeIdent StiNotice.getIdent()
           
static StiNoticeIdent StiNoticeIdent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiNoticeIdent[] StiNoticeIdent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base.noteces with parameters of type StiNoticeIdent
static StiNotice StiNotice.create(StiNoticeIdent ident)
           
 void StiNotice.setIdent(StiNoticeIdent ident)