Package org.opennms.pris.model
Enum Class AssetField_1_12
- All Implemented Interfaces:
Serializable
,Comparable<AssetField_1_12>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssetField_1_12
Returns the enum constant of this class with the specified name.static AssetField_1_12[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
additionalhardware
-
address1
-
address2
-
admin
-
assetNumber
-
autoenable
-
building
-
category
-
circuitId
-
city
-
comment
-
connection
-
country
-
cpu
-
dateInstalled
-
department
-
description
-
displayCategory
-
division
-
enable
-
floor
-
hdd1
-
hdd2
-
hdd3
-
hdd4
-
hdd5
-
hdd6
-
inputpower
-
latitude
-
lease
-
leaseExpires
-
longitude
-
maintContractExpiration
-
maintContractNumber
-
manufacturer
-
modelNumber
-
notifyCategory
-
numpowersupplies
-
operatingSystem
-
password
-
pollerCategory
-
port
-
rack
-
rackunitheight
-
ram
-
region
-
room
-
serialNumber
-
slot
-
snmpcommunity
-
state
-
storagectrl
-
supportPhone
-
thresholdCategory
-
username
-
vendor
-
vendorAssetNumber
-
vendorFax
-
vendorPhone
-
vmwareManagedEntityType
-
vmwareManagedObjectId
-
vmwareManagementServer
-
vmwareState
-
vmwareTopologyInfo
-
zip
-
-
Field Details
-
name
Name of the AssetFiled in the system. Used in the database and in requisitions. -
displayName
Nice name for the AssetFiled to display in the webUI for example. -
type
Type of the AssetFiled. Like String or Integer. -
maxLength
public final int maxLengthThe maximal length that the filed can hold. Use 0 for unknown, -1 for unlimited length.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-