public abstract class ParameterValue<T> extends Object implements XMLWritable
| Constructor and Description |
|---|
ParameterValue() |
| Modifier and Type | Method and Description |
|---|---|
ParameterList |
asParameterList() |
ParameterMap |
asParameterMap() |
SimpleType |
asSimpleType() |
String |
getName() |
boolean |
hasName() |
ParameterValue |
withName(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic SimpleType asSimpleType()
public ParameterList asParameterList()
public ParameterMap asParameterMap()
public String getName()
public ParameterValue withName(String value)
public boolean hasName()
Copyright © 2020. All rights reserved.