org.omg.dds.type.typeobject
Enum TypeLibraryElement.Kind

java.lang.Object
  extended by java.lang.Enum<TypeLibraryElement.Kind>
      extended by org.omg.dds.type.typeobject.TypeLibraryElement.Kind
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TypeLibraryElement.Kind>
Enclosing interface:
TypeLibraryElement

@BitBound(value=16)
public static enum TypeLibraryElement.Kind
extends java.lang.Enum<TypeLibraryElement.Kind>


Enum Constant Summary
ALIAS_TYPE_ELEMENT
           
ANNOTATION_TYPE_ELEMENT
           
ARRAY_TYPE_ELEMENT
           
BITSET_TYPE_ELEMENT
           
ENUMERATION_TYPE_ELEMENT
           
MAP_TYPE_ELEMENT
           
MODULE_ELEMENT
           
SEQUENCE_TYPE_ELEMENT
           
STRING_TYPE_ELEMENT
           
STRUCTURE_TYPE_ELEMENT
           
UNION_TYPE_ELEMENT
           
 
Field Summary
 short value
           
 
Method Summary
static TypeLibraryElement.Kind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypeLibraryElement.Kind[] 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

ALIAS_TYPE_ELEMENT

@Value(value=16L)
public static final TypeLibraryElement.Kind ALIAS_TYPE_ELEMENT

ANNOTATION_TYPE_ELEMENT

@Value(value=23L)
public static final TypeLibraryElement.Kind ANNOTATION_TYPE_ELEMENT

ARRAY_TYPE_ELEMENT

@Value(value=17L)
public static final TypeLibraryElement.Kind ARRAY_TYPE_ELEMENT

BITSET_TYPE_ELEMENT

@Value(value=15L)
public static final TypeLibraryElement.Kind BITSET_TYPE_ELEMENT

ENUMERATION_TYPE_ELEMENT

@Value(value=14L)
public static final TypeLibraryElement.Kind ENUMERATION_TYPE_ELEMENT

MAP_TYPE_ELEMENT

@Value(value=20L)
public static final TypeLibraryElement.Kind MAP_TYPE_ELEMENT

SEQUENCE_TYPE_ELEMENT

@Value(value=18L)
public static final TypeLibraryElement.Kind SEQUENCE_TYPE_ELEMENT

STRING_TYPE_ELEMENT

@Value(value=19L)
public static final TypeLibraryElement.Kind STRING_TYPE_ELEMENT

STRUCTURE_TYPE_ELEMENT

@Value(value=22L)
public static final TypeLibraryElement.Kind STRUCTURE_TYPE_ELEMENT

UNION_TYPE_ELEMENT

@Value(value=21L)
public static final TypeLibraryElement.Kind UNION_TYPE_ELEMENT

MODULE_ELEMENT

@Value(value=22L)
public static final TypeLibraryElement.Kind MODULE_ELEMENT
Field Detail

value

public final short value
Method Detail

values

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

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

valueOf

public static TypeLibraryElement.Kind 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


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.