|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResourceTypeTypeBaseBaseMember0>
org.dmtf.schemas.wscim.rasd.ResourceTypeTypeBaseBaseMember0
public enum ResourceTypeTypeBaseBaseMember0
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 |
---|
public static final ResourceTypeTypeBaseBaseMember0 OTHER
OTHER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 COMPUTER_SYSTEM
COMPUTER_SYSTEM_VALUE
public static final ResourceTypeTypeBaseBaseMember0 PROCESSOR
PROCESSOR_VALUE
public static final ResourceTypeTypeBaseBaseMember0 MEMORY
MEMORY_VALUE
public static final ResourceTypeTypeBaseBaseMember0 IDE_CONTROLLER
IDE_CONTROLLER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 PARALLEL_SCSI_HBA
PARALLEL_SCSI_HBA_VALUE
public static final ResourceTypeTypeBaseBaseMember0 FC_HBA
FC_HBA_VALUE
public static final ResourceTypeTypeBaseBaseMember0 ISCSI_HBA
ISCSI_HBA_VALUE
public static final ResourceTypeTypeBaseBaseMember0 IB_HCA
IB_HCA_VALUE
public static final ResourceTypeTypeBaseBaseMember0 ETHERNET_ADAPTER
ETHERNET_ADAPTER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 OTHER_NETWORK_ADAPTER
OTHER_NETWORK_ADAPTER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 IOSLOT
IOSLOT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 IODEVICE
IODEVICE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 FLOPPY_DRIVE
FLOPPY_DRIVE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 CD_DRIVE
CD_DRIVE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 DVD_DRIVE
DVD_DRIVE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 DISK_DRIVE
DISK_DRIVE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 TAPE_DRIVE
TAPE_DRIVE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 STORAGE_EXTENT
STORAGE_EXTENT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 OTHER_STORAGE_DEVICE
OTHER_STORAGE_DEVICE_VALUE
public static final ResourceTypeTypeBaseBaseMember0 SERIAL_PORT
SERIAL_PORT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 PARALLEL_PORT
PARALLEL_PORT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 USB_CONTROLLER
USB_CONTROLLER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 GRAPHICS_CONTROLLER
GRAPHICS_CONTROLLER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 IEEE_1394_CONTROLLER
IEEE_1394_CONTROLLER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 PARTITIONABLE_UNIT
PARTITIONABLE_UNIT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 BASE_PARTITIONABLE_UNIT
BASE_PARTITIONABLE_UNIT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 POWER
POWER_VALUE
public static final ResourceTypeTypeBaseBaseMember0 COOLING_CAPACITY
COOLING_CAPACITY_VALUE
public static final ResourceTypeTypeBaseBaseMember0 ETHERNET_SWITCH_PORT
ETHERNET_SWITCH_PORT_VALUE
public static final ResourceTypeTypeBaseBaseMember0 LOGICAL_DISK
LOGICAL_DISK_VALUE
public static final ResourceTypeTypeBaseBaseMember0 STORAGE_VOLUME
STORAGE_VOLUME_VALUE
public static final ResourceTypeTypeBaseBaseMember0 ETHERNET_CONNECTION
ETHERNET_CONNECTION_VALUE
Field Detail |
---|
public static final int OTHER_VALUE
If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...
OTHER
,
Constant Field Valuespublic static final int COMPUTER_SYSTEM_VALUE
If the meaning of 'Computer System' literal object isn't clear, there really should be more of a description here...
COMPUTER_SYSTEM
,
Constant Field Valuespublic static final int PROCESSOR_VALUE
If the meaning of 'Processor' literal object isn't clear, there really should be more of a description here...
PROCESSOR
,
Constant Field Valuespublic static final int MEMORY_VALUE
If the meaning of 'Memory' literal object isn't clear, there really should be more of a description here...
MEMORY
,
Constant Field Valuespublic static final int IDE_CONTROLLER_VALUE
If the meaning of 'IDE Controller' literal object isn't clear, there really should be more of a description here...
IDE_CONTROLLER
,
Constant Field Valuespublic static final int PARALLEL_SCSI_HBA_VALUE
If the meaning of 'Parallel SCSI HBA' literal object isn't clear, there really should be more of a description here...
PARALLEL_SCSI_HBA
,
Constant Field Valuespublic static final int FC_HBA_VALUE
If the meaning of 'FC HBA' literal object isn't clear, there really should be more of a description here...
FC_HBA
,
Constant Field Valuespublic static final int ISCSI_HBA_VALUE
If the meaning of 'ISCSI HBA' literal object isn't clear, there really should be more of a description here...
ISCSI_HBA
,
Constant Field Valuespublic static final int IB_HCA_VALUE
If the meaning of 'IB HCA' literal object isn't clear, there really should be more of a description here...
IB_HCA
,
Constant Field Valuespublic static final int ETHERNET_ADAPTER_VALUE
If the meaning of 'Ethernet Adapter' literal object isn't clear, there really should be more of a description here...
ETHERNET_ADAPTER
,
Constant Field Valuespublic static final int OTHER_NETWORK_ADAPTER_VALUE
If the meaning of 'Other Network Adapter' literal object isn't clear, there really should be more of a description here...
OTHER_NETWORK_ADAPTER
,
Constant Field Valuespublic static final int IOSLOT_VALUE
If the meaning of 'IOSlot' literal object isn't clear, there really should be more of a description here...
IOSLOT
,
Constant Field Valuespublic static final int IODEVICE_VALUE
If the meaning of 'IODevice' literal object isn't clear, there really should be more of a description here...
IODEVICE
,
Constant Field Valuespublic static final int FLOPPY_DRIVE_VALUE
If the meaning of 'Floppy Drive' literal object isn't clear, there really should be more of a description here...
FLOPPY_DRIVE
,
Constant Field Valuespublic static final int CD_DRIVE_VALUE
If the meaning of 'CD Drive' literal object isn't clear, there really should be more of a description here...
CD_DRIVE
,
Constant Field Valuespublic static final int DVD_DRIVE_VALUE
If the meaning of 'DVD Drive' literal object isn't clear, there really should be more of a description here...
DVD_DRIVE
,
Constant Field Valuespublic static final int DISK_DRIVE_VALUE
If the meaning of 'Disk Drive' literal object isn't clear, there really should be more of a description here...
DISK_DRIVE
,
Constant Field Valuespublic static final int TAPE_DRIVE_VALUE
If the meaning of 'Tape Drive' literal object isn't clear, there really should be more of a description here...
TAPE_DRIVE
,
Constant Field Valuespublic static final int STORAGE_EXTENT_VALUE
If the meaning of 'Storage Extent' literal object isn't clear, there really should be more of a description here...
STORAGE_EXTENT
,
Constant Field Valuespublic static final int OTHER_STORAGE_DEVICE_VALUE
If the meaning of 'Other storage device' literal object isn't clear, there really should be more of a description here...
OTHER_STORAGE_DEVICE
,
Constant Field Valuespublic static final int SERIAL_PORT_VALUE
If the meaning of 'Serial port' literal object isn't clear, there really should be more of a description here...
SERIAL_PORT
,
Constant Field Valuespublic static final int PARALLEL_PORT_VALUE
If the meaning of 'Parallel port' literal object isn't clear, there really should be more of a description here...
PARALLEL_PORT
,
Constant Field Valuespublic static final int USB_CONTROLLER_VALUE
If the meaning of 'USB Controller' literal object isn't clear, there really should be more of a description here...
USB_CONTROLLER
,
Constant Field Valuespublic static final int GRAPHICS_CONTROLLER_VALUE
If the meaning of 'Graphics controller' literal object isn't clear, there really should be more of a description here...
GRAPHICS_CONTROLLER
,
Constant Field Valuespublic static final int IEEE_1394_CONTROLLER_VALUE
If the meaning of 'IEEE 1394 Controller' literal object isn't clear, there really should be more of a description here...
IEEE_1394_CONTROLLER
,
Constant Field Valuespublic static final int PARTITIONABLE_UNIT_VALUE
If the meaning of 'Partitionable Unit' literal object isn't clear, there really should be more of a description here...
PARTITIONABLE_UNIT
,
Constant Field Valuespublic static final int BASE_PARTITIONABLE_UNIT_VALUE
If the meaning of 'Base Partitionable Unit' literal object isn't clear, there really should be more of a description here...
BASE_PARTITIONABLE_UNIT
,
Constant Field Valuespublic static final int POWER_VALUE
If the meaning of 'Power' literal object isn't clear, there really should be more of a description here...
POWER
,
Constant Field Valuespublic static final int COOLING_CAPACITY_VALUE
If the meaning of 'Cooling Capacity' literal object isn't clear, there really should be more of a description here...
COOLING_CAPACITY
,
Constant Field Valuespublic static final int ETHERNET_SWITCH_PORT_VALUE
If the meaning of 'Ethernet Switch Port' literal object isn't clear, there really should be more of a description here...
ETHERNET_SWITCH_PORT
,
Constant Field Valuespublic static final int LOGICAL_DISK_VALUE
If the meaning of 'Logical Disk' literal object isn't clear, there really should be more of a description here...
LOGICAL_DISK
,
Constant Field Valuespublic static final int STORAGE_VOLUME_VALUE
If the meaning of 'Storage Volume' literal object isn't clear, there really should be more of a description here...
STORAGE_VOLUME
,
Constant Field Valuespublic static final int ETHERNET_CONNECTION_VALUE
If the meaning of 'Ethernet Connection' literal object isn't clear, there really should be more of a description here...
ETHERNET_CONNECTION
,
Constant Field Valuespublic static final java.util.List<ResourceTypeTypeBaseBaseMember0> VALUES
Method Detail |
---|
public static final ResourceTypeTypeBaseBaseMember0[] values()
for(ResourceTypeTypeBaseBaseMember0 c : ResourceTypeTypeBaseBaseMember0.values()) System.out.println(c);
public static ResourceTypeTypeBaseBaseMember0 valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static ResourceTypeTypeBaseBaseMember0 get(java.lang.String literal)
public static ResourceTypeTypeBaseBaseMember0 getByName(java.lang.String name)
public static ResourceTypeTypeBaseBaseMember0 get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ResourceTypeTypeBaseBaseMember0>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |