|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataModel>
org.eaglei.repository.model.DataModel
public enum DataModel
Access the configurable data model ontology. Started March, 2011
| Enum Constant Summary | |
|---|---|
CONTACT_EMAIL_BINDINGS
|
|
CONTACT_EMAIL_QUERY
|
|
CONTACT_PROPERTY_OBJECT
|
|
CONTACT_PROPERTY_PREDICATE
|
|
EMBEDDED_INSTANCE_OBJECT
|
|
EMBEDDED_INSTANCE_PREDICATE
|
|
GRAPH_URI
Data model elements as enum values: |
|
HIDE_PROPERTY_OBJECT
|
|
HIDE_PROPERTY_PREDICATE
|
|
LABEL_PREDICATE
|
|
VERSION_INFO_SOURCE
|
|
VERSION_INFO_URI
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getArrayOfString()
Getter for multiple configured values, returns as string form |
org.openrdf.model.URI[] |
getArrayOfURI()
Getter for multiple configured values |
java.lang.String |
getString()
Getter for the string form of a configured scalar value. |
org.openrdf.model.URI |
getURI()
Getter for configured URI for this value. |
java.lang.String |
toString()
Render as string. |
static DataModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataModel[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataModel GRAPH_URI
public static final DataModel VERSION_INFO_URI
public static final DataModel VERSION_INFO_SOURCE
public static final DataModel HIDE_PROPERTY_PREDICATE
public static final DataModel HIDE_PROPERTY_OBJECT
public static final DataModel CONTACT_PROPERTY_PREDICATE
public static final DataModel CONTACT_PROPERTY_OBJECT
public static final DataModel EMBEDDED_INSTANCE_PREDICATE
public static final DataModel EMBEDDED_INSTANCE_OBJECT
public static final DataModel LABEL_PREDICATE
public static final DataModel CONTACT_EMAIL_BINDINGS
public static final DataModel CONTACT_EMAIL_QUERY
| Method Detail |
|---|
public static DataModel[] values()
for (DataModel c : DataModel.values()) System.out.println(c);
public static DataModel 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 org.openrdf.model.URI getURI()
public java.lang.String getString()
public org.openrdf.model.URI[] getArrayOfURI()
public java.lang.String[] getArrayOfString()
public java.lang.String toString()
toString in class java.lang.Enum<DataModel>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||