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, toSortedString
public 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 toString()
Copyright © 2013 Apache Software Foundation. All rights reserved.