Class Hierarchy Index
Interface COM.cloudscape.types.AliasInfo
- public interface AliasInfo
- extends Formatable
Copyright © 1998-1999, Cloudscape, Inc. All rights reserved.
An interface for describing an alias in Cloudscape systems.
-
ALIAS_NAME_SPACE_CLASS_AS_CHAR
- Public statics for the various alias name spaces as both char and String.
-
ALIAS_NAME_SPACE_CLASS_AS_STRING
-
-
ALIAS_NAME_SPACE_METHOD_AS_CHAR
-
-
ALIAS_NAME_SPACE_METHOD_AS_STRING
-
-
ALIAS_TYPE_CLASS_AS_CHAR
- Public statics for the various alias types as both char and String.
-
ALIAS_TYPE_CLASS_AS_STRING
-
-
ALIAS_TYPE_METHOD_AS_CHAR
-
-
ALIAS_TYPE_METHOD_AS_STRING
-
-
ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
-
-
ALIAS_TYPE_USER_AGGREGATE_AS_STRING
-
-
ALIAS_TYPE_WORK_UNIT_AS_CHAR
-
-
ALIAS_TYPE_WORK_UNIT_AS_STRING
-
-
CLASS_NAME
-
-
getMethodName()
- Get the name of the static method that the alias
represents at the source database.
-
getTargetClassName()
- Get the name of the class that the alias
represents at the target database.
-
getTargetMethodName()
- Get the name of the static method that the alias
represents at the target database.
CLASS_NAME
public static final String CLASS_NAME
ALIAS_TYPE_CLASS_AS_CHAR
public static final char ALIAS_TYPE_CLASS_AS_CHAR
- Public statics for the various alias types as both char and String.
ALIAS_TYPE_METHOD_AS_CHAR
public static final char ALIAS_TYPE_METHOD_AS_CHAR
ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
public static final char ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
ALIAS_TYPE_WORK_UNIT_AS_CHAR
public static final char ALIAS_TYPE_WORK_UNIT_AS_CHAR
ALIAS_TYPE_CLASS_AS_STRING
public static final String ALIAS_TYPE_CLASS_AS_STRING
ALIAS_TYPE_METHOD_AS_STRING
public static final String ALIAS_TYPE_METHOD_AS_STRING
ALIAS_TYPE_USER_AGGREGATE_AS_STRING
public static final String ALIAS_TYPE_USER_AGGREGATE_AS_STRING
ALIAS_TYPE_WORK_UNIT_AS_STRING
public static final String ALIAS_TYPE_WORK_UNIT_AS_STRING
ALIAS_NAME_SPACE_CLASS_AS_CHAR
public static final char ALIAS_NAME_SPACE_CLASS_AS_CHAR
- Public statics for the various alias name spaces as both char and String.
ALIAS_NAME_SPACE_METHOD_AS_CHAR
public static final char ALIAS_NAME_SPACE_METHOD_AS_CHAR
ALIAS_NAME_SPACE_CLASS_AS_STRING
public static final String ALIAS_NAME_SPACE_CLASS_AS_STRING
ALIAS_NAME_SPACE_METHOD_AS_STRING
public static final String ALIAS_NAME_SPACE_METHOD_AS_STRING
getMethodName
public abstract String getMethodName()
- Get the name of the static method that the alias
represents at the source database. (Only meaningful for
method aliases and work units.)
- Returns:
- The name of the static method that the alias
represents at the source database.
getTargetClassName
public abstract String getTargetClassName()
- Get the name of the class that the alias
represents at the target database. (Only meaningful for
work units.)
- Returns:
- The name of the class that the alias
represents at the target database.
getTargetMethodName
public abstract String getTargetMethodName()
- Get the name of the static method that the alias
represents at the target database. (Only meaningful for
work units.)
- Returns:
- The name of the static method that the alias
represents at the target database.
Class Hierarchy Index