|
JmDNS 3.4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ServiceInfo.Fields>
javax.jmdns.ServiceInfo.Fields
public static enum ServiceInfo.Fields
Fields for the fully qualified map.
| Enum Constant Summary | |
|---|---|
Application
Application Field. |
|
Domain
Domain Field. |
|
Instance
Instance Field. |
|
Protocol
Protocol Field. |
|
Subtype
Subtype Field. |
|
| Method Summary | |
|---|---|
static ServiceInfo.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceInfo.Fields[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ServiceInfo.Fields Domain
public static final ServiceInfo.Fields Protocol
public static final ServiceInfo.Fields Application
public static final ServiceInfo.Fields Instance
public static final ServiceInfo.Fields Subtype
| Method Detail |
|---|
public static ServiceInfo.Fields[] values()
for (ServiceInfo.Fields c : ServiceInfo.Fields.values()) System.out.println(c);
public static ServiceInfo.Fields valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Last updated 2011-08-25 12:40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||