protected static enum OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys extends Enum<OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys>
| Enum Constant and Description |
|---|
clientKey |
for_ |
maxLength |
onceMaxlengthReached |
onMaxlengthReached |
| Modifier and Type | Method and Description |
|---|---|
static OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys clientKey
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys for_
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys maxLength
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys onceMaxlengthReached
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys onMaxlengthReached
public static OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys[] values()
for (OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys c : OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys.values()) System.out.println(c);
public static OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Liferay, Inc.. All rights reserved.