|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UddiTModels>
de.uka.cmtm.serviceregistry.publish.uddi.UddiTModels
public enum UddiTModels
This enum holds frequently used tModel information.
Enum Constant Summary | |
---|---|
SERVICE_PROFILE
The tModel for storing the service profile referneces. |
|
TYPES
The UDDI types tModel |
Method Summary | |
---|---|
String |
getKey()
|
String |
getName()
|
static UddiTModels |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UddiTModels[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UddiTModels TYPES
public static final UddiTModels SERVICE_PROFILE
Method Detail |
---|
public static final UddiTModels[] values()
for(UddiTModels c : UddiTModels.values()) System.out.println(c);
public static UddiTModels valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic String getKey()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |