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