public enum HandshakeMatch extends Enum<HandshakeMatch> implements GenericEnumSymbol<HandshakeMatch>
| Modifier and Type | Method and Description | 
|---|---|
| static Schema | getClassSchema() | 
| Schema | getSchema()The schema of this instance. | 
| static HandshakeMatch | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static HandshakeMatch[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOftoStringcompareTopublic static final HandshakeMatch BOTH
public static final HandshakeMatch CLIENT
public static final HandshakeMatch NONE
public static final Schema SCHEMA$
public static HandshakeMatch[] values()
for (HandshakeMatch c : HandshakeMatch.values()) System.out.println(c);
public static HandshakeMatch 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 static Schema getClassSchema()
public Schema getSchema()
GenericContainergetSchema in interface GenericContainerCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.