public enum ECSSVendorPrefix extends Enum<ECSSVendorPrefix> implements com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
APPLE
Safari alternative prefix
|
ATSC
Advanced Television Standards Committee
|
EPUB
EPUB
|
KHTML
Konqueror browser
|
MICROSOFT
Microsoft
|
MICROSOFT_OFFICE
Microsoft Office - no leading dash!
|
MOZILLA
Mozilla
|
OPERA
Opera
|
SCROLLBAR
Microsoft - scrollbars - no leading dash!
|
WAP
The WAP forum
|
WEBKIT
Safari and other WebKit-based browsers
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static ECSSVendorPrefix |
getFromPrefixOrNull(String sPrefix) |
String |
getPrefix() |
static ECSSVendorPrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSSVendorPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECSSVendorPrefix APPLE
public static final ECSSVendorPrefix ATSC
public static final ECSSVendorPrefix EPUB
public static final ECSSVendorPrefix KHTML
public static final ECSSVendorPrefix MICROSOFT
public static final ECSSVendorPrefix MICROSOFT_OFFICE
public static final ECSSVendorPrefix MOZILLA
public static final ECSSVendorPrefix OPERA
public static final ECSSVendorPrefix SCROLLBAR
public static final ECSSVendorPrefix WAP
public static final ECSSVendorPrefix WEBKIT
public static ECSSVendorPrefix[] values()
for (ECSSVendorPrefix c : ECSSVendorPrefix.values()) System.out.println(c);
public static ECSSVendorPrefix 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 null@Nonnull @Nonempty public String getPrefix()
null nor
empty.@Nonnull @Nonempty public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayName@Nullable public static ECSSVendorPrefix getFromPrefixOrNull(@Nullable String sPrefix)
Copyright © 2014–2022 Philip Helger. All rights reserved.