@Embeddable public class ParameterPath extends Object implements PathObject, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterPath()
non public empty constructor
|
|
ParameterPath(String componentName,
String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComponentName() |
String |
getParameterName() |
ParameterPath |
getPath() |
int |
hashCode() |
String |
toString() |
static ParameterPath |
valueOf(String pathString)
reverse operation from toString(): creates a ParameterPath from a String.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic String getComponentName()
public String getParameterName()
public static ParameterPath valueOf(String pathString)
pathString - should be of the form "componentName/codeName/parameterName" (example: "carousel/tickMillis")IllegalArgumentException - if format is not correctpublic ParameterPath getPath()
getPath in interface PathObjectCopyright © 2018 LSST. All rights reserved.