@Embeddable public class ParameterPath extends Object implements PathObject, Serializable
COMPARATOR| Constructor and Description |
|---|
ParameterPath(String componentName,
String codeName,
String parameterName)
"real" constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCodeName() |
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.
|
public String getComponentName()
public String getCodeName()
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 © 2014 LSST. All rights reserved.