|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RSSLink.Type>
org.clapper.curn.parser.RSSLink.Type
public static enum RSSLink.Type
Link types.
| Enum Constant Summary | |
|---|---|
ALTERNATE
The link refers to an alternate page containing the same information, but perhaps in a different format (e.g., HTML). |
|
SELF
The link refers back to the RSS feed. |
|
| Method Summary | |
|---|---|
static RSSLink.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RSSLink.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RSSLink.Type SELF
public static final RSSLink.Type ALTERNATE
| Method Detail |
|---|
public static final RSSLink.Type[] values()
for(RSSLink.Type c : RSSLink.Type.values())
System.out.println(c);
public static RSSLink.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||