public static enum FederationMap.AlignType extends Enum<FederationMap.AlignType>
Modifier and Type | Method and Description |
---|---|
boolean |
isColType() |
boolean |
isFullType() |
boolean |
isRowType() |
boolean |
isTransposed() |
static FederationMap.AlignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FederationMap.AlignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FederationMap.AlignType FULL
public static final FederationMap.AlignType ROW
public static final FederationMap.AlignType COL
public static final FederationMap.AlignType FULL_T
public static final FederationMap.AlignType ROW_T
public static final FederationMap.AlignType COL_T
public static FederationMap.AlignType[] values()
for (FederationMap.AlignType c : FederationMap.AlignType.values()) System.out.println(c);
public static FederationMap.AlignType 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 nullpublic boolean isTransposed()
public boolean isFullType()
public boolean isRowType()
public boolean isColType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.