public enum TagType extends Enum<TagType>
Enum Constant and Description |
---|
BEACON |
CUSTOM |
IFRAME |
JAVASCRIPT |
REMOTEJAVASCRIPT |
SITECATALYST |
SITECATALYSTMEDIA |
SITECATALYSTPARTNER |
SITECATALYSTSURVEY |
TESTANDTARGET |
Modifier and Type | Method and Description |
---|---|
static TagType |
fromString(String type)
Returns a TagType for the provided
type String. |
boolean |
hasUrl()
Indicator if TagType uses a script_url property.
|
String |
toString() |
static TagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagType SITECATALYST
public static final TagType SITECATALYSTMEDIA
public static final TagType SITECATALYSTSURVEY
public static final TagType SITECATALYSTPARTNER
public static final TagType TESTANDTARGET
public static final TagType CUSTOM
public static final TagType BEACON
public static final TagType REMOTEJAVASCRIPT
public static final TagType JAVASCRIPT
public static final TagType IFRAME
public static TagType[] values()
for (TagType c : TagType.values()) System.out.println(c);
public static TagType 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 boolean hasUrl()
true
if tag uses script_url, false
otherwise."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"