public class InitParameter extends Object implements Comparable<InitParameter>
Constructor and Description |
---|
InitParameter(int parameterIndex,
String paramName,
String paramValue)
Represents a value used to initialze a resource's action.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InitParameter o) |
boolean |
equals(Object object)
Compares an instance of this type with a given object.
|
String |
getName() |
String |
getValue() |
int |
hashCode() |
public InitParameter(int parameterIndex, String paramName, String paramValue)
parameterIndex
- - the position of the init param in relation to its siblingsparamName
- - the human readable nameparamValue
- - the actual valuepublic String getName()
public String getValue()
public int compareTo(InitParameter o)
compareTo
in interface Comparable<InitParameter>
public boolean equals(Object object)
Copyright © 2020. All rights reserved.