|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ContentLevel> net.ivoa.xml.voresource.v1.ContentLevel
public enum ContentLevel
Java class for ContentLevel.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ContentLevel"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="General"/> <enumeration value="Elementary Education"/> <enumeration value="Middle School Education"/> <enumeration value="Secondary Education"/> <enumeration value="Community College"/> <enumeration value="University"/> <enumeration value="Research"/> <enumeration value="Amateur"/> <enumeration value="Informal Education"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
AMATEUR
Resource provides information of interest to amateur astronomers. |
|
COMMUNITY_COLLEGE
Resource provides information appropriate for use in community/junior college or early university education. |
|
ELEMENTARY_EDUCATION
Resource provides information appropriate for use in elementary education (e.g. approximate ages 6-11) |
|
GENERAL
Resource provides information appropriate for all users |
|
INFORMAL_EDUCATION
Resource provides information appropriate for education at museums, planetariums, and other centers of informal learning. |
|
MIDDLE_SCHOOL_EDUCATION
Resource provides information appropriate for use in middle school education (e.g. approximate ages 11-14) |
|
RESEARCH
Resource provides information appropriate for supporting scientific research. |
|
SECONDARY_EDUCATION
Resource provides information appropriate for use in elementary education (e.g. approximate ages 14-18) |
|
UNIVERSITY
Resource provides information appropriate for use in university education |
Method Summary | |
---|---|
static ContentLevel |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static ContentLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContentLevel[] |
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 ContentLevel GENERAL
public static final ContentLevel ELEMENTARY_EDUCATION
public static final ContentLevel MIDDLE_SCHOOL_EDUCATION
public static final ContentLevel SECONDARY_EDUCATION
public static final ContentLevel COMMUNITY_COLLEGE
public static final ContentLevel UNIVERSITY
public static final ContentLevel RESEARCH
public static final ContentLevel AMATEUR
public static final ContentLevel INFORMAL_EDUCATION
Method Detail |
---|
public static ContentLevel[] values()
for (ContentLevel c : ContentLevel.values()) System.out.println(c);
public static ContentLevel 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
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static ContentLevel fromValue(java.lang.String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |