public class LinkParameter extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
defaultValue |
protected String |
description |
protected String |
name |
protected LinkParameterType |
type |
protected List<String> |
validOptions |
Modifier | Constructor and Description |
---|---|
protected |
LinkParameter(String name,
LinkParameterType type,
String defaultValue,
String description,
List<String> validOptions) |
protected |
LinkParameter(String name,
String type,
String defaultValue,
String description,
List<String> validOptions) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
LinkParameterType |
getType() |
List<String> |
getValidOptions() |
protected final String name
protected final LinkParameterType type
protected final String description
protected final String defaultValue
protected LinkParameter(String name, String type, String defaultValue, String description, List<String> validOptions) throws OpenShiftRequestException
OpenShiftRequestException
protected LinkParameter(String name, LinkParameterType type, String defaultValue, String description, List<String> validOptions) throws OpenShiftRequestException
OpenShiftRequestException
public final String getName()
public final LinkParameterType getType()
public final String getDescription()
public String getDefaultValue()
Copyright © 2015 JBoss by Red Hat. All rights reserved.