org.dmtf.schemas.wscim.rasd
Enum ResourceTypeTypeBaseBaseMember0

java.lang.Object
  extended by java.lang.Enum<ResourceTypeTypeBaseBaseMember0>
      extended by org.dmtf.schemas.wscim.rasd.ResourceTypeTypeBaseBaseMember0
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ResourceTypeTypeBaseBaseMember0>, Enumerator

public enum ResourceTypeTypeBaseBaseMember0
extends java.lang.Enum<ResourceTypeTypeBaseBaseMember0>
implements Enumerator

A representation of the literals of the enumeration 'Resource Type Type Base Base Member0', and utility methods for working with them.


Enum Constant Summary
BASE_PARTITIONABLE_UNIT
          The 'Base Partitionable Unit' literal object.
CD_DRIVE
          The 'CD Drive' literal object.
COMPUTER_SYSTEM
          The 'Computer System' literal object.
COOLING_CAPACITY
          The 'Cooling Capacity' literal object.
DISK_DRIVE
          The 'Disk Drive' literal object.
DVD_DRIVE
          The 'DVD Drive' literal object.
ETHERNET_ADAPTER
          The 'Ethernet Adapter' literal object.
ETHERNET_CONNECTION
          The 'Ethernet Connection' literal object.
ETHERNET_SWITCH_PORT
          The 'Ethernet Switch Port' literal object.
FC_HBA
          The 'FC HBA' literal object.
FLOPPY_DRIVE
          The 'Floppy Drive' literal object.
GRAPHICS_CONTROLLER
          The 'Graphics controller' literal object.
IB_HCA
          The 'IB HCA' literal object.
IDE_CONTROLLER
          The 'IDE Controller' literal object.
IEEE_1394_CONTROLLER
          The 'IEEE 1394 Controller' literal object.
IODEVICE
          The 'IODevice' literal object.
IOSLOT
          The 'IOSlot' literal object.
ISCSI_HBA
          The 'ISCSI HBA' literal object.
LOGICAL_DISK
          The 'Logical Disk' literal object.
MEMORY
          The 'Memory' literal object.
OTHER
          The 'Other' literal object.
OTHER_NETWORK_ADAPTER
          The 'Other Network Adapter' literal object.
OTHER_STORAGE_DEVICE
          The 'Other storage device' literal object.
PARALLEL_PORT
          The 'Parallel port' literal object.
PARALLEL_SCSI_HBA
          The 'Parallel SCSI HBA' literal object.
PARTITIONABLE_UNIT
          The 'Partitionable Unit' literal object.
POWER
          The 'Power' literal object.
PROCESSOR
          The 'Processor' literal object.
SERIAL_PORT
          The 'Serial port' literal object.
STORAGE_EXTENT
          The 'Storage Extent' literal object.
STORAGE_VOLUME
          The 'Storage Volume' literal object.
TAPE_DRIVE
          The 'Tape Drive' literal object.
USB_CONTROLLER
          The 'USB Controller' literal object.
 
Field Summary
static int BASE_PARTITIONABLE_UNIT_VALUE
          The 'Base Partitionable Unit' literal value.
static int CD_DRIVE_VALUE
          The 'CD Drive' literal value.
static int COMPUTER_SYSTEM_VALUE
          The 'Computer System' literal value.
static int COOLING_CAPACITY_VALUE
          The 'Cooling Capacity' literal value.
static int DISK_DRIVE_VALUE
          The 'Disk Drive' literal value.
static int DVD_DRIVE_VALUE
          The 'DVD Drive' literal value.
static int ETHERNET_ADAPTER_VALUE
          The 'Ethernet Adapter' literal value.
static int ETHERNET_CONNECTION_VALUE
          The 'Ethernet Connection' literal value.
static int ETHERNET_SWITCH_PORT_VALUE
          The 'Ethernet Switch Port' literal value.
static int FC_HBA_VALUE
          The 'FC HBA' literal value.
static int FLOPPY_DRIVE_VALUE
          The 'Floppy Drive' literal value.
static int GRAPHICS_CONTROLLER_VALUE
          The 'Graphics controller' literal value.
static int IB_HCA_VALUE
          The 'IB HCA' literal value.
static int IDE_CONTROLLER_VALUE
          The 'IDE Controller' literal value.
static int IEEE_1394_CONTROLLER_VALUE
          The 'IEEE 1394 Controller' literal value.
static int IODEVICE_VALUE
          The 'IODevice' literal value.
static int IOSLOT_VALUE
          The 'IOSlot' literal value.
static int ISCSI_HBA_VALUE
          The 'ISCSI HBA' literal value.
static int LOGICAL_DISK_VALUE
          The 'Logical Disk' literal value.
static int MEMORY_VALUE
          The 'Memory' literal value.
static int OTHER_NETWORK_ADAPTER_VALUE
          The 'Other Network Adapter' literal value.
static int OTHER_STORAGE_DEVICE_VALUE
          The 'Other storage device' literal value.
static int OTHER_VALUE
          The 'Other' literal value.
static int PARALLEL_PORT_VALUE
          The 'Parallel port' literal value.
static int PARALLEL_SCSI_HBA_VALUE
          The 'Parallel SCSI HBA' literal value.
static int PARTITIONABLE_UNIT_VALUE
          The 'Partitionable Unit' literal value.
static int POWER_VALUE
          The 'Power' literal value.
static int PROCESSOR_VALUE
          The 'Processor' literal value.
static int SERIAL_PORT_VALUE
          The 'Serial port' literal value.
static int STORAGE_EXTENT_VALUE
          The 'Storage Extent' literal value.
static int STORAGE_VOLUME_VALUE
          The 'Storage Volume' literal value.
static int TAPE_DRIVE_VALUE
          The 'Tape Drive' literal value.
static int USB_CONTROLLER_VALUE
          The 'USB Controller' literal value.
static java.util.List<ResourceTypeTypeBaseBaseMember0> VALUES
          A public read-only list of all the 'Resource Type Type Base Base Member0' enumerators.
 
Method Summary
static ResourceTypeTypeBaseBaseMember0 get(int value)
          Returns the 'Resource Type Type Base Base Member0' literal with the specified integer value.
static ResourceTypeTypeBaseBaseMember0 get(java.lang.String literal)
          Returns the 'Resource Type Type Base Base Member0' literal with the specified literal value.
static ResourceTypeTypeBaseBaseMember0 getByName(java.lang.String name)
          Returns the 'Resource Type Type Base Base Member0' literal with the specified name.
 java.lang.String getLiteral()
           
 java.lang.String getName()
           
 int getValue()
           
 java.lang.String toString()
          Returns the literal value of the enumerator, which is its string representation.
static ResourceTypeTypeBaseBaseMember0 valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceTypeTypeBaseBaseMember0[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OTHER

public static final ResourceTypeTypeBaseBaseMember0 OTHER
The 'Other' literal object.

See Also:
OTHER_VALUE

COMPUTER_SYSTEM

public static final ResourceTypeTypeBaseBaseMember0 COMPUTER_SYSTEM
The 'Computer System' literal object.

See Also:
COMPUTER_SYSTEM_VALUE

PROCESSOR

public static final ResourceTypeTypeBaseBaseMember0 PROCESSOR
The 'Processor' literal object.

See Also:
PROCESSOR_VALUE

MEMORY

public static final ResourceTypeTypeBaseBaseMember0 MEMORY
The 'Memory' literal object.

See Also:
MEMORY_VALUE

IDE_CONTROLLER

public static final ResourceTypeTypeBaseBaseMember0 IDE_CONTROLLER
The 'IDE Controller' literal object.

See Also:
IDE_CONTROLLER_VALUE

PARALLEL_SCSI_HBA

public static final ResourceTypeTypeBaseBaseMember0 PARALLEL_SCSI_HBA
The 'Parallel SCSI HBA' literal object.

See Also:
PARALLEL_SCSI_HBA_VALUE

FC_HBA

public static final ResourceTypeTypeBaseBaseMember0 FC_HBA
The 'FC HBA' literal object.

See Also:
FC_HBA_VALUE

ISCSI_HBA

public static final ResourceTypeTypeBaseBaseMember0 ISCSI_HBA
The 'ISCSI HBA' literal object.

See Also:
ISCSI_HBA_VALUE

IB_HCA

public static final ResourceTypeTypeBaseBaseMember0 IB_HCA
The 'IB HCA' literal object.

See Also:
IB_HCA_VALUE

ETHERNET_ADAPTER

public static final ResourceTypeTypeBaseBaseMember0 ETHERNET_ADAPTER
The 'Ethernet Adapter' literal object.

See Also:
ETHERNET_ADAPTER_VALUE

OTHER_NETWORK_ADAPTER

public static final ResourceTypeTypeBaseBaseMember0 OTHER_NETWORK_ADAPTER
The 'Other Network Adapter' literal object.

See Also:
OTHER_NETWORK_ADAPTER_VALUE

IOSLOT

public static final ResourceTypeTypeBaseBaseMember0 IOSLOT
The 'IOSlot' literal object.

See Also:
IOSLOT_VALUE

IODEVICE

public static final ResourceTypeTypeBaseBaseMember0 IODEVICE
The 'IODevice' literal object.

See Also:
IODEVICE_VALUE

FLOPPY_DRIVE

public static final ResourceTypeTypeBaseBaseMember0 FLOPPY_DRIVE
The 'Floppy Drive' literal object.

See Also:
FLOPPY_DRIVE_VALUE

CD_DRIVE

public static final ResourceTypeTypeBaseBaseMember0 CD_DRIVE
The 'CD Drive' literal object.

See Also:
CD_DRIVE_VALUE

DVD_DRIVE

public static final ResourceTypeTypeBaseBaseMember0 DVD_DRIVE
The 'DVD Drive' literal object.

See Also:
DVD_DRIVE_VALUE

DISK_DRIVE

public static final ResourceTypeTypeBaseBaseMember0 DISK_DRIVE
The 'Disk Drive' literal object.

See Also:
DISK_DRIVE_VALUE

TAPE_DRIVE

public static final ResourceTypeTypeBaseBaseMember0 TAPE_DRIVE
The 'Tape Drive' literal object.

See Also:
TAPE_DRIVE_VALUE

STORAGE_EXTENT

public static final ResourceTypeTypeBaseBaseMember0 STORAGE_EXTENT
The 'Storage Extent' literal object.

See Also:
STORAGE_EXTENT_VALUE

OTHER_STORAGE_DEVICE

public static final ResourceTypeTypeBaseBaseMember0 OTHER_STORAGE_DEVICE
The 'Other storage device' literal object.

See Also:
OTHER_STORAGE_DEVICE_VALUE

SERIAL_PORT

public static final ResourceTypeTypeBaseBaseMember0 SERIAL_PORT
The 'Serial port' literal object.

See Also:
SERIAL_PORT_VALUE

PARALLEL_PORT

public static final ResourceTypeTypeBaseBaseMember0 PARALLEL_PORT
The 'Parallel port' literal object.

See Also:
PARALLEL_PORT_VALUE

USB_CONTROLLER

public static final ResourceTypeTypeBaseBaseMember0 USB_CONTROLLER
The 'USB Controller' literal object.

See Also:
USB_CONTROLLER_VALUE

GRAPHICS_CONTROLLER

public static final ResourceTypeTypeBaseBaseMember0 GRAPHICS_CONTROLLER
The 'Graphics controller' literal object.

See Also:
GRAPHICS_CONTROLLER_VALUE

IEEE_1394_CONTROLLER

public static final ResourceTypeTypeBaseBaseMember0 IEEE_1394_CONTROLLER
The 'IEEE 1394 Controller' literal object.

See Also:
IEEE_1394_CONTROLLER_VALUE

PARTITIONABLE_UNIT

public static final ResourceTypeTypeBaseBaseMember0 PARTITIONABLE_UNIT
The 'Partitionable Unit' literal object.

See Also:
PARTITIONABLE_UNIT_VALUE

BASE_PARTITIONABLE_UNIT

public static final ResourceTypeTypeBaseBaseMember0 BASE_PARTITIONABLE_UNIT
The 'Base Partitionable Unit' literal object.

See Also:
BASE_PARTITIONABLE_UNIT_VALUE

POWER

public static final ResourceTypeTypeBaseBaseMember0 POWER
The 'Power' literal object.

See Also:
POWER_VALUE

COOLING_CAPACITY

public static final ResourceTypeTypeBaseBaseMember0 COOLING_CAPACITY
The 'Cooling Capacity' literal object.

See Also:
COOLING_CAPACITY_VALUE

ETHERNET_SWITCH_PORT

public static final ResourceTypeTypeBaseBaseMember0 ETHERNET_SWITCH_PORT
The 'Ethernet Switch Port' literal object.

See Also:
ETHERNET_SWITCH_PORT_VALUE

LOGICAL_DISK

public static final ResourceTypeTypeBaseBaseMember0 LOGICAL_DISK
The 'Logical Disk' literal object.

See Also:
LOGICAL_DISK_VALUE

STORAGE_VOLUME

public static final ResourceTypeTypeBaseBaseMember0 STORAGE_VOLUME
The 'Storage Volume' literal object.

See Also:
STORAGE_VOLUME_VALUE

ETHERNET_CONNECTION

public static final ResourceTypeTypeBaseBaseMember0 ETHERNET_CONNECTION
The 'Ethernet Connection' literal object.

See Also:
ETHERNET_CONNECTION_VALUE
Field Detail

OTHER_VALUE

public static final int OTHER_VALUE
The 'Other' literal value.

If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...

See Also:
OTHER, Constant Field Values

COMPUTER_SYSTEM_VALUE

public static final int COMPUTER_SYSTEM_VALUE
The 'Computer System' literal value.

If the meaning of 'Computer System' literal object isn't clear, there really should be more of a description here...

See Also:
COMPUTER_SYSTEM, Constant Field Values

PROCESSOR_VALUE

public static final int PROCESSOR_VALUE
The 'Processor' literal value.

If the meaning of 'Processor' literal object isn't clear, there really should be more of a description here...

See Also:
PROCESSOR, Constant Field Values

MEMORY_VALUE

public static final int MEMORY_VALUE
The 'Memory' literal value.

If the meaning of 'Memory' literal object isn't clear, there really should be more of a description here...

See Also:
MEMORY, Constant Field Values

IDE_CONTROLLER_VALUE

public static final int IDE_CONTROLLER_VALUE
The 'IDE Controller' literal value.

If the meaning of 'IDE Controller' literal object isn't clear, there really should be more of a description here...

See Also:
IDE_CONTROLLER, Constant Field Values

PARALLEL_SCSI_HBA_VALUE

public static final int PARALLEL_SCSI_HBA_VALUE
The 'Parallel SCSI HBA' literal value.

If the meaning of 'Parallel SCSI HBA' literal object isn't clear, there really should be more of a description here...

See Also:
PARALLEL_SCSI_HBA, Constant Field Values

FC_HBA_VALUE

public static final int FC_HBA_VALUE
The 'FC HBA' literal value.

If the meaning of 'FC HBA' literal object isn't clear, there really should be more of a description here...

See Also:
FC_HBA, Constant Field Values

ISCSI_HBA_VALUE

public static final int ISCSI_HBA_VALUE
The 'ISCSI HBA' literal value.

If the meaning of 'ISCSI HBA' literal object isn't clear, there really should be more of a description here...

See Also:
ISCSI_HBA, Constant Field Values

IB_HCA_VALUE

public static final int IB_HCA_VALUE
The 'IB HCA' literal value.

If the meaning of 'IB HCA' literal object isn't clear, there really should be more of a description here...

See Also:
IB_HCA, Constant Field Values

ETHERNET_ADAPTER_VALUE

public static final int ETHERNET_ADAPTER_VALUE
The 'Ethernet Adapter' literal value.

If the meaning of 'Ethernet Adapter' literal object isn't clear, there really should be more of a description here...

See Also:
ETHERNET_ADAPTER, Constant Field Values

OTHER_NETWORK_ADAPTER_VALUE

public static final int OTHER_NETWORK_ADAPTER_VALUE
The 'Other Network Adapter' literal value.

If the meaning of 'Other Network Adapter' literal object isn't clear, there really should be more of a description here...

See Also:
OTHER_NETWORK_ADAPTER, Constant Field Values

IOSLOT_VALUE

public static final int IOSLOT_VALUE
The 'IOSlot' literal value.

If the meaning of 'IOSlot' literal object isn't clear, there really should be more of a description here...

See Also:
IOSLOT, Constant Field Values

IODEVICE_VALUE

public static final int IODEVICE_VALUE
The 'IODevice' literal value.

If the meaning of 'IODevice' literal object isn't clear, there really should be more of a description here...

See Also:
IODEVICE, Constant Field Values

FLOPPY_DRIVE_VALUE

public static final int FLOPPY_DRIVE_VALUE
The 'Floppy Drive' literal value.

If the meaning of 'Floppy Drive' literal object isn't clear, there really should be more of a description here...

See Also:
FLOPPY_DRIVE, Constant Field Values

CD_DRIVE_VALUE

public static final int CD_DRIVE_VALUE
The 'CD Drive' literal value.

If the meaning of 'CD Drive' literal object isn't clear, there really should be more of a description here...

See Also:
CD_DRIVE, Constant Field Values

DVD_DRIVE_VALUE

public static final int DVD_DRIVE_VALUE
The 'DVD Drive' literal value.

If the meaning of 'DVD Drive' literal object isn't clear, there really should be more of a description here...

See Also:
DVD_DRIVE, Constant Field Values

DISK_DRIVE_VALUE

public static final int DISK_DRIVE_VALUE
The 'Disk Drive' literal value.

If the meaning of 'Disk Drive' literal object isn't clear, there really should be more of a description here...

See Also:
DISK_DRIVE, Constant Field Values

TAPE_DRIVE_VALUE

public static final int TAPE_DRIVE_VALUE
The 'Tape Drive' literal value.

If the meaning of 'Tape Drive' literal object isn't clear, there really should be more of a description here...

See Also:
TAPE_DRIVE, Constant Field Values

STORAGE_EXTENT_VALUE

public static final int STORAGE_EXTENT_VALUE
The 'Storage Extent' literal value.

If the meaning of 'Storage Extent' literal object isn't clear, there really should be more of a description here...

See Also:
STORAGE_EXTENT, Constant Field Values

OTHER_STORAGE_DEVICE_VALUE

public static final int OTHER_STORAGE_DEVICE_VALUE
The 'Other storage device' literal value.

If the meaning of 'Other storage device' literal object isn't clear, there really should be more of a description here...

See Also:
OTHER_STORAGE_DEVICE, Constant Field Values

SERIAL_PORT_VALUE

public static final int SERIAL_PORT_VALUE
The 'Serial port' literal value.

If the meaning of 'Serial port' literal object isn't clear, there really should be more of a description here...

See Also:
SERIAL_PORT, Constant Field Values

PARALLEL_PORT_VALUE

public static final int PARALLEL_PORT_VALUE
The 'Parallel port' literal value.

If the meaning of 'Parallel port' literal object isn't clear, there really should be more of a description here...

See Also:
PARALLEL_PORT, Constant Field Values

USB_CONTROLLER_VALUE

public static final int USB_CONTROLLER_VALUE
The 'USB Controller' literal value.

If the meaning of 'USB Controller' literal object isn't clear, there really should be more of a description here...

See Also:
USB_CONTROLLER, Constant Field Values

GRAPHICS_CONTROLLER_VALUE

public static final int GRAPHICS_CONTROLLER_VALUE
The 'Graphics controller' literal value.

If the meaning of 'Graphics controller' literal object isn't clear, there really should be more of a description here...

See Also:
GRAPHICS_CONTROLLER, Constant Field Values

IEEE_1394_CONTROLLER_VALUE

public static final int IEEE_1394_CONTROLLER_VALUE
The 'IEEE 1394 Controller' literal value.

If the meaning of 'IEEE 1394 Controller' literal object isn't clear, there really should be more of a description here...

See Also:
IEEE_1394_CONTROLLER, Constant Field Values

PARTITIONABLE_UNIT_VALUE

public static final int PARTITIONABLE_UNIT_VALUE
The 'Partitionable Unit' literal value.

If the meaning of 'Partitionable Unit' literal object isn't clear, there really should be more of a description here...

See Also:
PARTITIONABLE_UNIT, Constant Field Values

BASE_PARTITIONABLE_UNIT_VALUE

public static final int BASE_PARTITIONABLE_UNIT_VALUE
The 'Base Partitionable Unit' literal value.

If the meaning of 'Base Partitionable Unit' literal object isn't clear, there really should be more of a description here...

See Also:
BASE_PARTITIONABLE_UNIT, Constant Field Values

POWER_VALUE

public static final int POWER_VALUE
The 'Power' literal value.

If the meaning of 'Power' literal object isn't clear, there really should be more of a description here...

See Also:
POWER, Constant Field Values

COOLING_CAPACITY_VALUE

public static final int COOLING_CAPACITY_VALUE
The 'Cooling Capacity' literal value.

If the meaning of 'Cooling Capacity' literal object isn't clear, there really should be more of a description here...

See Also:
COOLING_CAPACITY, Constant Field Values

ETHERNET_SWITCH_PORT_VALUE

public static final int ETHERNET_SWITCH_PORT_VALUE
The 'Ethernet Switch Port' literal value.

If the meaning of 'Ethernet Switch Port' literal object isn't clear, there really should be more of a description here...

See Also:
ETHERNET_SWITCH_PORT, Constant Field Values

LOGICAL_DISK_VALUE

public static final int LOGICAL_DISK_VALUE
The 'Logical Disk' literal value.

If the meaning of 'Logical Disk' literal object isn't clear, there really should be more of a description here...

See Also:
LOGICAL_DISK, Constant Field Values

STORAGE_VOLUME_VALUE

public static final int STORAGE_VOLUME_VALUE
The 'Storage Volume' literal value.

If the meaning of 'Storage Volume' literal object isn't clear, there really should be more of a description here...

See Also:
STORAGE_VOLUME, Constant Field Values

ETHERNET_CONNECTION_VALUE

public static final int ETHERNET_CONNECTION_VALUE
The 'Ethernet Connection' literal value.

If the meaning of 'Ethernet Connection' literal object isn't clear, there really should be more of a description here...

See Also:
ETHERNET_CONNECTION, Constant Field Values

VALUES

public static final java.util.List<ResourceTypeTypeBaseBaseMember0> VALUES
A public read-only list of all the 'Resource Type Type Base Base Member0' enumerators.

Method Detail

values

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

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

valueOf

public static ResourceTypeTypeBaseBaseMember0 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

get

public static ResourceTypeTypeBaseBaseMember0 get(java.lang.String literal)
Returns the 'Resource Type Type Base Base Member0' literal with the specified literal value.


getByName

public static ResourceTypeTypeBaseBaseMember0 getByName(java.lang.String name)
Returns the 'Resource Type Type Base Base Member0' literal with the specified name.


get

public static ResourceTypeTypeBaseBaseMember0 get(int value)
Returns the 'Resource Type Type Base Base Member0' literal with the specified integer value.


getValue

public int getValue()

Specified by:
getValue in interface Enumerator

getName

public java.lang.String getName()

Specified by:
getName in interface Enumerator

getLiteral

public java.lang.String getLiteral()

Specified by:
getLiteral in interface Enumerator

toString

public java.lang.String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class java.lang.Enum<ResourceTypeTypeBaseBaseMember0>


© Copyright 2008 IBM Corp. 2008 All Rights Reserved