com.dumontierlab.pdb2rdf.parser.rna.vocabulary.uri
Enum RnaKbUriPattern

java.lang.Object
  extended by java.lang.Enum<RnaKbUriPattern>
      extended by com.dumontierlab.pdb2rdf.parser.rna.vocabulary.uri.RnaKbUriPattern
All Implemented Interfaces:
UriPattern, java.io.Serializable, java.lang.Comparable<RnaKbUriPattern>

public enum RnaKbUriPattern
extends java.lang.Enum<RnaKbUriPattern>
implements UriPattern

Author:
Alexander De Leon

Enum Constant Summary
BASE_PAIR
           
BUCKLE
           
OPENING
           
PROPELLER
           
SHEAR
           
STAGGER
           
STRETCH
           
 
Field Summary
static java.lang.String DEFAULT_NAMESPACE
           
 
Method Summary
 java.lang.String getPattern()
           
static RnaKbUriPattern valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RnaKbUriPattern[] 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

BASE_PAIR

public static final RnaKbUriPattern BASE_PAIR

OPENING

public static final RnaKbUriPattern OPENING

STAGGER

public static final RnaKbUriPattern STAGGER

STRETCH

public static final RnaKbUriPattern STRETCH

SHEAR

public static final RnaKbUriPattern SHEAR

PROPELLER

public static final RnaKbUriPattern PROPELLER

BUCKLE

public static final RnaKbUriPattern BUCKLE
Field Detail

DEFAULT_NAMESPACE

public static final java.lang.String DEFAULT_NAMESPACE
See Also:
Constant Field Values
Method Detail

values

public static RnaKbUriPattern[] 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 (RnaKbUriPattern c : RnaKbUriPattern.values())
    System.out.println(c);

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

valueOf

public static RnaKbUriPattern valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getPattern

public java.lang.String getPattern()
Specified by:
getPattern in interface UriPattern


Copyright © 2010 Dumontierlab. All Rights Reserved.