public class RenameOptionSetParam extends Param<EnumSet<E>,org.apache.hadoop.hdfs.web.resources.EnumSetParam.Domain<E>>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT
Default parameter value.
|
static String |
NAME
Parameter name.
|
| Constructor and Description |
|---|
RenameOptionSetParam(Options.Rename... options)
Constructor.
|
RenameOptionSetParam(String str)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValueString() |
String |
toString() |
getValue, toSortedStringpublic static final String NAME
public static final String DEFAULT
public RenameOptionSetParam(Options.Rename... options)
options - rename options.public RenameOptionSetParam(String str)
str - a string representation of the parameter value.public String getName()
getName in class Param<EnumSet<Options.Rename>,org.apache.hadoop.hdfs.web.resources.EnumSetParam.Domain<Options.Rename>>public String getValueString()
getValueString in class Param<EnumSet<E extends Enum<E>>,org.apache.hadoop.hdfs.web.resources.EnumSetParam.Domain<E extends Enum<E>>>Copyright © 2018 CERN. All Rights Reserved.