public final class FtpsState extends ExpandableStringEnum<FtpsState>
Modifier and Type | Field and Description |
---|---|
static FtpsState |
ALL_ALLOWED
Static value AllAllowed for FtpsState.
|
static FtpsState |
DISABLED
Static value Disabled for FtpsState.
|
static FtpsState |
FTPS_ONLY
Static value FtpsOnly for FtpsState.
|
Constructor and Description |
---|
FtpsState() |
Modifier and Type | Method and Description |
---|---|
static FtpsState |
fromString(String name)
Creates or finds a FtpsState from its string representation.
|
static Collection<FtpsState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final FtpsState ALL_ALLOWED
public static final FtpsState FTPS_ONLY
public static final FtpsState DISABLED
public static FtpsState fromString(String name)
name
- a name to look forpublic static Collection<FtpsState> values()
Copyright © 2019. All rights reserved.