public static enum MolecularModelManager.LegoAnnotationType extends Enum<MolecularModelManager.LegoAnnotationType>
Enum Constant and Description |
---|
comment |
contributor |
date |
evidence |
source |
title |
Modifier and Type | Method and Description |
---|---|
org.semanticweb.owlapi.model.IRI |
getAnnotationProperty() |
static MolecularModelManager.LegoAnnotationType |
getLegoType(org.semanticweb.owlapi.model.IRI iri) |
static MolecularModelManager.LegoAnnotationType |
getLegoType(String name) |
static MolecularModelManager.LegoAnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MolecularModelManager.LegoAnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolecularModelManager.LegoAnnotationType comment
public static final MolecularModelManager.LegoAnnotationType evidence
public static final MolecularModelManager.LegoAnnotationType date
public static final MolecularModelManager.LegoAnnotationType source
public static final MolecularModelManager.LegoAnnotationType contributor
public static final MolecularModelManager.LegoAnnotationType title
public static MolecularModelManager.LegoAnnotationType[] values()
for (MolecularModelManager.LegoAnnotationType c : MolecularModelManager.LegoAnnotationType.values()) System.out.println(c);
public static MolecularModelManager.LegoAnnotationType 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 nullpublic org.semanticweb.owlapi.model.IRI getAnnotationProperty()
public static MolecularModelManager.LegoAnnotationType getLegoType(org.semanticweb.owlapi.model.IRI iri)
public static MolecularModelManager.LegoAnnotationType getLegoType(String name)
Copyright © 2010-2015. All Rights Reserved.