Class symantec.itools.db.beans.binding.Name
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.Name
Object
|
+----symantec.itools.db.beans.binding.Name
- public class Name
- extends Object
-
AliasSeparator
-
-
AllColumnsString
-
-
AllRows
-
-
AllRowsString
-
-
ColumnNotFoundField
-
-
ColumnSeparator
-
-
FieldName
-
-
FullName
- Different parts of the name:
"FullName=TableName
-
LinkSeparator
- Separators in the name.
-
MethodSeparator
-
-
NumberOfRows
-
-
NumericColumnOffset
-
-
SizeSeparator
-
-
TableName
-
-
TableSeparator
-
-
symantec.itools.db.beans.binding.Name()
- Default constructor
-
symantec.itools.db.beans.binding.Name(String)
- Creates a Name given its fullname.
-
symantec.itools.db.beans.binding.Name(String, String, int)
-
-
symantec.itools.db.beans.binding.Name(String, String)
-
-
getColumnFromName(String)
- Returns the index of a column given its name.
-
getColumnsFromName(String)
- Returns an array of indexes of the columns included in the name.
-
getFieldName()
- Returns the current fields name
-
getFieldName(String)
- Returns the fields name given the full name.
-
getFullName()
- Returns the current full name
-
getNumberOfCols()
- Returns the number of columns defined in the name.
-
getNumberOfCols(String)
- Returns the number of columns given the full name.
-
getNumberOfRows()
- Returns the number of rows defined in the name.
-
getNumberOfRows(String)
- Returns the number of rows given the full name.
-
getTableName()
- Returns the current table name
-
getTableName(String)
- Returns the table name given the full name.
-
isMyField(String)
- Compares the fields of the mediatorDs to those in hismane.
-
setFieldName(String)
-
-
setName(String)
- Sets the differnt sets all the parts of the name.
-
setNumberOfRows(int)
-
-
setTableName(String)
-
AliasSeparator
public static final java.lang.String AliasSeparator
AllColumnsString
public static final java.lang.String AllColumnsString
AllRows
public static final int AllRows
AllRowsString
public static final java.lang.String AllRowsString
ColumnNotFoundField
public static final int ColumnNotFoundField
ColumnSeparator
public static final java.lang.String ColumnSeparator
FieldName
protected java.lang.String FieldName
FullName
protected java.lang.String FullName
- Different parts of the name:
"FullName=TableName@FieldName"
LinkSeparator
public static final java.lang.String LinkSeparator
- Separators in the name.
MethodSeparator
public static final java.lang.String MethodSeparator
NumberOfRows
protected int NumberOfRows
NumericColumnOffset
public static final int NumericColumnOffset
SizeSeparator
public static final java.lang.String SizeSeparator
TableName
protected java.lang.String TableName
TableSeparator
public static final java.lang.String TableSeparator
Name
public Name()
- Default constructor
Name
public Name(String fullname)
- Creates a Name given its fullname.
- Parameters:
- fullname - the full name.
Name
public Name(String tname,
String fname,
int rows)
Name
public Name(String tname,
String fname)
getColumnFromName
public int getColumnFromName(String name)
- Returns the index of a column given its name.
- Parameters:
- name - the name.
- Returns:
- the index of a column given its name.
getColumnsFromName
public int[] getColumnsFromName(String name)
- Returns an array of indexes of the columns included in the name.
- Parameters:
- name - the full name.
- Returns:
- an array of indexes of the columns included in the name.
getFieldName
public java.lang.String getFieldName()
- Returns the current fields name
- Returns:
- the current fields name
getFieldName
public static java.lang.String getFieldName(String name)
- Returns the fields name given the full name.
- Parameters:
- name - the full name.
- Returns:
- the fields name given the full name.
getFullName
public java.lang.String getFullName()
- Returns the current full name
- Returns:
- the current full name
getNumberOfCols
public int getNumberOfCols()
- Returns the number of columns defined in the name.
- Returns:
- the number of columns defined in the name.
getNumberOfCols
public static int getNumberOfCols(String name)
- Returns the number of columns given the full name.
- Parameters:
- name - the full name.
- Returns:
- the number of columns given the full name.
getNumberOfRows
public int getNumberOfRows()
- Returns the number of rows defined in the name.
- Returns:
- the number of rows defined in the name.
getNumberOfRows
public static int getNumberOfRows(String name)
- Returns the number of rows given the full name.
- Parameters:
- name - the full name.
- Returns:
- the number of rows given the full name.
getTableName
public java.lang.String getTableName()
- Returns the current table name
- Returns:
- the current table name
getTableName
public static java.lang.String getTableName(String name)
- Returns the table name given the full name.
- Parameters:
- name - the full name.
- Returns:
- the table name given the full name.
isMyField
protected boolean isMyField(String testName)
- Compares the fields of the mediatorDs to those in hismane. It is used
when the mediatorDS recives a request for a DataItem and wants to know
if it can fulfill it.
- Parameters:
- testName - the field name to check
- Returns:
- true if it is my field.
setFieldName
public void setFieldName(String fname)
setName
public void setName(String fullname)
- Sets the differnt sets all the parts of the name.
- Parameters:
- fullname - the full name.
setNumberOfRows
public void setNumberOfRows(int rows)
setTableName
public void setTableName(String tname)
All Packages Class Hierarchy This Package Previous Next Index