public enum TemplateType extends Enum<TemplateType>
Enum Constant and Description |
---|
clickciencia |
clipping |
drupal |
email |
facebook |
joomla |
newsletter |
none |
plone |
printedNews |
radioNews |
radiospot |
release |
TV |
twitter |
ufscarPortal |
wordpress |
xv3 |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActivePublication() |
Boolean |
getAttachment() |
String |
getDescription() |
Boolean |
getFile() |
Boolean |
getImage() |
Boolean |
getInterview() |
Boolean |
getMailing() |
Boolean |
getMailings() |
Integer |
getMaxChar() |
Boolean |
getMultisections() |
Boolean |
getOptions() |
Boolean |
getSections() |
Boolean |
getSorted() |
Boolean |
getSpotlight() |
Boolean |
getSpotlightImage() |
Boolean |
getWrap() |
static TemplateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateType none
public static final TemplateType printedNews
public static final TemplateType release
public static final TemplateType radioNews
public static final TemplateType email
public static final TemplateType newsletter
public static final TemplateType ufscarPortal
public static final TemplateType twitter
public static final TemplateType facebook
public static final TemplateType clickciencia
public static final TemplateType radiospot
public static final TemplateType clipping
public static final TemplateType xv3
public static final TemplateType TV
public static final TemplateType drupal
public static final TemplateType plone
public static final TemplateType joomla
public static final TemplateType wordpress
public static TemplateType[] values()
for (TemplateType c : TemplateType.values()) System.out.println(c);
public static TemplateType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDescription()
public Boolean getOptions()
public Boolean getSections()
public Boolean getMultisections()
public Boolean getMailings()
public Boolean getAttachment()
public Boolean getSpotlight()
public Boolean getImage()
public Boolean getInterview()
public Boolean getFile()
public Integer getMaxChar()
public Boolean getWrap()
public Boolean getSorted()
public Boolean getMailing()
public Boolean getSpotlightImage()
public Boolean getActivePublication()
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.