public class IdentificationItem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IdentificationItem.EnvIDScope |
static class |
IdentificationItem.EnvIDType |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected IdentificationItem.EnvIDScope |
scope |
protected IdentificationItem.EnvIDType |
type |
protected String |
value |
Constructor and Description |
---|
IdentificationItem() |
IdentificationItem(String name,
String value,
IdentificationItem.EnvIDType type,
IdentificationItem.EnvIDScope scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
IdentificationItem.EnvIDType |
getType() |
String |
getValue() |
int |
hashCode() |
protected String name
protected String value
protected IdentificationItem.EnvIDType type
protected IdentificationItem.EnvIDScope scope
public IdentificationItem(String name, String value, IdentificationItem.EnvIDType type, IdentificationItem.EnvIDScope scope)
public IdentificationItem()
Copyright © 2016. All Rights Reserved.