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