public static enum Constants.ANQPElementType extends Enum<Constants.ANQPElementType>
Modifier and Type | Method and Description |
---|---|
static Constants.ANQPElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ANQPElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ANQPElementType ANQPQueryList
public static final Constants.ANQPElementType ANQPCapabilityList
public static final Constants.ANQPElementType ANQPVenueName
public static final Constants.ANQPElementType ANQPEmergencyNumber
public static final Constants.ANQPElementType ANQPNwkAuthType
public static final Constants.ANQPElementType ANQPRoamingConsortium
public static final Constants.ANQPElementType ANQPIPAddrAvailability
public static final Constants.ANQPElementType ANQPNAIRealm
public static final Constants.ANQPElementType ANQP3GPPNetwork
public static final Constants.ANQPElementType ANQPGeoLoc
public static final Constants.ANQPElementType ANQPCivicLoc
public static final Constants.ANQPElementType ANQPLocURI
public static final Constants.ANQPElementType ANQPDomName
public static final Constants.ANQPElementType ANQPEmergencyAlert
public static final Constants.ANQPElementType ANQPTDLSCap
public static final Constants.ANQPElementType ANQPEmergencyNAI
public static final Constants.ANQPElementType ANQPNeighborReport
public static final Constants.ANQPElementType ANQPVendorSpec
public static final Constants.ANQPElementType HSQueryList
public static final Constants.ANQPElementType HSCapabilityList
public static final Constants.ANQPElementType HSFriendlyName
public static final Constants.ANQPElementType HSWANMetrics
public static final Constants.ANQPElementType HSConnCapability
public static final Constants.ANQPElementType HSNAIHomeRealmQuery
public static final Constants.ANQPElementType HSOperatingclass
public static final Constants.ANQPElementType HSOSUProviders
public static final Constants.ANQPElementType HSIconRequest
public static final Constants.ANQPElementType HSIconFile
public static Constants.ANQPElementType[] values()
for (Constants.ANQPElementType c : Constants.ANQPElementType.values()) System.out.println(c);
public static Constants.ANQPElementType 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 null