owltools.gaf.lego
Enum MolecularModelJsonRenderer.KEY

java.lang.Object
  extended by java.lang.Enum<MolecularModelJsonRenderer.KEY>
      extended by owltools.gaf.lego.MolecularModelJsonRenderer.KEY
All Implemented Interfaces:
Serializable, Comparable<MolecularModelJsonRenderer.KEY>
Enclosing class:
MolecularModelJsonRenderer

public static enum MolecularModelJsonRenderer.KEY
extends Enum<MolecularModelJsonRenderer.KEY>

JSON-LD keywords for elements of different vocabularies:

  • RDF
  • OWL
  • GO
  • RO TODO: use a complex enum to generate IRIs for each


    Enum Constant Summary
    annotations
               
    enabledBy
               
    id
               
    intersectionOf
               
    label
               
    object
               
    occursIn
               
    onProperty
               
    property
               
    someValuesFrom
               
    subject
               
    type
               
    unionOf
               
     
    Method Summary
    static MolecularModelJsonRenderer.KEY valueOf(String name)
              Returns the enum constant of this type with the specified name.
    static MolecularModelJsonRenderer.KEY[] 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

    id

    public static final MolecularModelJsonRenderer.KEY id

    label

    public static final MolecularModelJsonRenderer.KEY label

    type

    public static final MolecularModelJsonRenderer.KEY type

    enabledBy

    public static final MolecularModelJsonRenderer.KEY enabledBy

    occursIn

    public static final MolecularModelJsonRenderer.KEY occursIn

    onProperty

    public static final MolecularModelJsonRenderer.KEY onProperty

    someValuesFrom

    public static final MolecularModelJsonRenderer.KEY someValuesFrom

    intersectionOf

    public static final MolecularModelJsonRenderer.KEY intersectionOf

    unionOf

    public static final MolecularModelJsonRenderer.KEY unionOf

    subject

    public static final MolecularModelJsonRenderer.KEY subject

    property

    public static final MolecularModelJsonRenderer.KEY property

    object

    public static final MolecularModelJsonRenderer.KEY object

    annotations

    public static final MolecularModelJsonRenderer.KEY annotations
    Method Detail

    values

    public static MolecularModelJsonRenderer.KEY[] values()
    Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
    for (MolecularModelJsonRenderer.KEY c : MolecularModelJsonRenderer.KEY.values())
        System.out.println(c);
    

    Returns:
    an array containing the constants of this enum type, in the order they are declared

    valueOf

    public static MolecularModelJsonRenderer.KEY valueOf(String name)
    Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

    Parameters:
    name - the name of the enum constant to be returned.
    Returns:
    the enum constant with the specified name
    Throws:
    IllegalArgumentException - if this enum type has no constant with the specified name
    NullPointerException - if the argument is null


    Copyright © 2010-2014. All Rights Reserved.