|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.sci.TypeNamespace
Type-safe enumeration of namespaces (representing object types).
| Field Summary | |
static TypeNamespace |
NS_AUTH
TypeNamespace for Authentication Sources. |
static TypeNamespace |
NS_CARD
TypeNamespace for Cards. |
static TypeNamespace |
NS_CRAWL
TypeNamespace for Crawlers. |
static TypeNamespace |
NS_DS
TypeNamespace for Data Sources. |
static TypeNamespace |
NS_MIGRATION_EXPORT
TypeNamespace for Migration Export. |
static TypeNamespace |
NS_MIGRATION_IMPORT
TypeNamespace for Migration Import. |
static TypeNamespace |
NS_PROFILE
TypeNamespace for Profile Sources. |
static TypeNamespace |
NS_SEARCH
TypeNamespace for Search services. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCode()
Gets the internal constant associated with this TypeNamespace. |
int |
hashCode()
|
static TypeNamespace |
parse(java.lang.String val)
Creates a TypeNamespace from a string. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final TypeNamespace NS_DS
TypeNamespace for Data Sources.
public static final TypeNamespace NS_PROFILE
TypeNamespace for Profile Sources.
public static final TypeNamespace NS_CARD
TypeNamespace for Cards.
public static final TypeNamespace NS_CRAWL
TypeNamespace for Crawlers.
public static final TypeNamespace NS_AUTH
TypeNamespace for Authentication Sources.
public static final TypeNamespace NS_SEARCH
TypeNamespace for Search services.
public static final TypeNamespace NS_MIGRATION_IMPORT
TypeNamespace for Migration Import.
public static final TypeNamespace NS_MIGRATION_EXPORT
TypeNamespace for Migration Export.
| Method Detail |
public java.lang.String getCode()
TypeNamespace.
public boolean equals(java.lang.Object obj)
public int hashCode()
public static TypeNamespace parse(java.lang.String val)
TypeNamespace from a string.
val - a valid namespace
TypeNamespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.