public static enum FEDInstruction.FederatedOutput extends Enum<FEDInstruction.FederatedOutput>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isForced()  | 
boolean | 
isForcedFederated()  | 
boolean | 
isForcedLocal()  | 
static FEDInstruction.FederatedOutput | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FEDInstruction.FederatedOutput[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FEDInstruction.FederatedOutput FOUT
public static final FEDInstruction.FederatedOutput LOUT
public static final FEDInstruction.FederatedOutput NONE
public static FEDInstruction.FederatedOutput[] values()
for (FEDInstruction.FederatedOutput c : FEDInstruction.FederatedOutput.values()) System.out.println(c);
public static FEDInstruction.FederatedOutput 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 isForcedFederated()
public boolean isForcedLocal()
public boolean isForced()
Copyright © 2021 The Apache Software Foundation. All rights reserved.