|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RIMType> org.deegree.metadata.ebrim.RIMType
public enum RIMType
Enum for discriminating the registry object types of the ebRIM 3.0 information model.
Enum Constant Summary | |
---|---|
AdhocQuery
TODO some details on semantics would be nice |
|
Association
TODO some details on semantics would be nice |
|
AuditableEvent
TODO some details on semantics would be nice |
|
Classification
TODO some details on semantics would be nice |
|
ClassificationNode
TODO some details on semantics would be nice |
|
ClassificationScheme
TODO some details on semantics would be nice |
|
ExternalIdentifier
TODO some details on semantics would be nice |
|
ExternalLink
TODO some details on semantics would be nice |
|
ExtrinsicObject
TODO some details on semantics would be nice |
|
Federation
TODO some details on semantics would be nice |
|
Organization
TODO some details on semantics would be nice |
|
Person
TODO some details on semantics would be nice |
|
RegistryObject
TODO some details on semantics would be nice |
|
RegistryPackage
TODO some details on semantics would be nice |
|
Service
TODO some details on semantics would be nice |
|
ServiceBinding
TODO some details on semantics would be nice |
|
SpecificationLink
TODO some details on semantics would be nice |
|
User
TODO some details on semantics would be nice |
Method Summary | |
---|---|
static RIMType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RIMType[] |
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 RIMType AdhocQuery
public static final RIMType Association
public static final RIMType AuditableEvent
public static final RIMType Classification
public static final RIMType ClassificationNode
public static final RIMType ClassificationScheme
public static final RIMType ExternalIdentifier
public static final RIMType ExternalLink
public static final RIMType ExtrinsicObject
public static final RIMType Federation
public static final RIMType Organization
public static final RIMType Person
public static final RIMType RegistryObject
public static final RIMType RegistryPackage
public static final RIMType Service
public static final RIMType ServiceBinding
public static final RIMType SpecificationLink
public static final RIMType User
Method Detail |
---|
public static RIMType[] values()
for (RIMType c : RIMType.values()) System.out.println(c);
public static RIMType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |