|
|||||||||
| Home >> All >> org >> intabulas >> sandler >> [ introspection overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.intabulas.sandler.introspection
Interface Introspection

- public interface Introspection
Introspection
- Version:
- $Id: Introspection.java,v 1.2 2003/09/10 16:20:58 intabulas Exp $
| Field Summary | |
static java.lang.String |
ELEMENT_CREATEENTRY
|
static java.lang.String |
ELEMENT_INTROSPECTION
|
static java.lang.String |
ELEMENT_SEARCHENTRY
|
| Method Summary | |
java.lang.String |
getCreateUrl()
Returns the Create URL used in an Introspection Query is made |
java.lang.String |
getSearchUrl()
Returns the Search URL used in an Introspection Query is made |
void |
setCreateUrl(java.lang.String url)
Set's the Create URL to return whn an Introspection Query is made |
void |
setSearchUrl(java.lang.String url)
Set's the Search URL to return whn an Introspection Query is made |
| Field Detail |
ELEMENT_INTROSPECTION
public static final java.lang.String ELEMENT_INTROSPECTION
- See Also:
- Constant Field Values
ELEMENT_CREATEENTRY
public static final java.lang.String ELEMENT_CREATEENTRY
- See Also:
- Constant Field Values
ELEMENT_SEARCHENTRY
public static final java.lang.String ELEMENT_SEARCHENTRY
- See Also:
- Constant Field Values
| Method Detail |
setSearchUrl
public void setSearchUrl(java.lang.String url)
- Set's the Search URL to return whn an Introspection Query is made
getSearchUrl
public java.lang.String getSearchUrl()
- Returns the Search URL used in an Introspection Query is made
setCreateUrl
public void setCreateUrl(java.lang.String url)
- Set's the Create URL to return whn an Introspection Query is made
getCreateUrl
public java.lang.String getCreateUrl()
- Returns the Create URL used in an Introspection Query is made
|
|||||||||
| Home >> All >> org >> intabulas >> sandler >> [ introspection overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC