public static enum VideoAttributes.VideoPriceType extends Enum<VideoAttributes.VideoPriceType>
Modifier and Type | Method and Description |
---|---|
static VideoAttributes.VideoPriceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoAttributes.VideoPriceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoAttributes.VideoPriceType own
public static final VideoAttributes.VideoPriceType rent
public static VideoAttributes.VideoPriceType[] values()
for (VideoAttributes.VideoPriceType c : VideoAttributes.VideoPriceType.values()) System.out.println(c);
public static VideoAttributes.VideoPriceType 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 nullCopyright © 2009–2021 Crawler-Commons. All rights reserved.