Java Doc for ColumnMetaData.java in » J2EE » Sofia » com » salmonllc » xml » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
J2EE
»
Sofia
»
com.salmonllc.xml
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.salmonllc.xml
.ColumnMetaData
ColumnMetaData
public
class ColumnMetaData
(Code)
This object serves the purpose of the header of each column in the XML File Creation date: (6/19/01 3:40:47 PM)
author:
Deepak Agarwal
Constructor Summary
public
ColumnMetaData
()
Column constructor comment.
Method Summary
public
java.lang.String
getCaption
()
public
java.lang.String
getColumnName
()
Gets the column name.
public
java.lang.String
getColumnType
()
public
java.lang.String
getComponent
()
public
java.lang.String
getComponentType
()
public
java.lang.String
getDefaultValue
()
public
java.lang.String
getFormat
()
public
java.lang.String
getHref
()
public
java.lang.String
getImageFile
()
public
java.lang.String
getInternalName
()
public
java.lang.String
getJoinTo
()
Insert the method's description here.
public
String
getMaxLength
()
public
java.lang.String
getMode
()
Gets the Mode of the Column.
public
String
getOnClick
()
public
Options
getParms
()
public
java.lang.String
getSchema
()
public
String
getSize
()
public
java.lang.String
getTable
()
public
Options
getValues
()
public
boolean
isAdvanceSearch
()
public
boolean
isAutoIncrement
()
public
boolean
isBucket
()
public
boolean
isCaseSensitive
()
public
boolean
isDetailDisplay
()
public
boolean
isExactMatch
()
public
boolean
isLeadingWildCard
()
public
boolean
isListDisplay
()
public
boolean
isLocked
()
public
boolean
isMandatory
()
public
boolean
isNotBound
()
public
boolean
isNullable
()
public
boolean
isOrderBy
()
public
boolean
isPrecedence
()
public
boolean
isPrimaryKey
()
public
boolean
isReadOnly
()
public
boolean
isSameRow
()
public
boolean
isSearchDisplay
()
public
boolean
isUpdateable
()
public
void
setAdvanceSearch
(boolean newAdvanceSearch)
public
void
setAutoIncrement
(boolean fieldAutoIncrement)
public
void
setBucket
(boolean newBucket)
public
void
setCaption
(
java.lang.String
newCaption)
Sets the caption for a column.
public
void
setCaseSensitive
(boolean newCaseSensitive)
public
void
setColumnName
(
java.lang.String
newColumnName)
public
void
setColumnType
(
java.lang.String
newColumnType)
public
void
setComponent
(
java.lang.String
newComponent)
public
void
setComponentType
(
java.lang.String
newComponentType)
public
void
setDefaultValue
(
java.lang.String
newDefaultValue)
public
void
setDetailDisplay
(boolean newDetailDisplay)
public
void
setExactMatch
(boolean newExactMatch)
public
void
setFormat
(
java.lang.String
newFormat)
public
void
setHref
(
java.lang.String
newHref)
public
void
setImageFile
(
java.lang.String
newImageFile)
public
void
setInternalName
(
java.lang.String
newInternalName)
public
void
setJoinTo
(
java.lang.String
newJoinTo)
Insert the method's description here.
public
void
setLeadingWildCard
(boolean newLeadingWildCard)
public
void
setListDisplay
(boolean newListDisplay)
public
void
setLocked
(boolean newLocked)
public
void
setMandatory
(boolean newMandatory)
public
void
setMaxLength
(
String
fieldMaxLength)
public
void
setMode
(
java.lang.String
newMode)
public
void
setNotBound
(boolean fieldNotBound)
public
void
setNullable
(boolean newNullable)
public
void
setOnClick
(
String
onClick)
public
void
setOrderByColumn
(boolean newOrderByColumn)
public
void
setParms
(
Options
newParms)
public
void
setPrecedence
(boolean newPrecedence)
public
void
setPrimaryKey
(boolean newPrimaryKey)
public
void
setReadOnly
(boolean newReadOnly)
public
void
setSameRow
(boolean newSameRow)
public
void
setSchema
(
java.lang.String
newSchema)
public
void
setSearchDisplay
(boolean newSearchDisplay)
public
void
setSize
(
String
newSize)
public
void
setTable
(
java.lang.String
newTable)
public
void
setUpdateable
(boolean newUpdateable)
public
void
setValues
(
Options
newValues)
Constructor Detail
ColumnMetaData
public
ColumnMetaData()
(Code)
Column constructor comment.
Method Detail
getCaption
public
java.lang.String
getCaption()
(Code)
Gets the column Caption Creation date: (7/20/01 12:09:40 PM) java.lang.String
getColumnName
public
java.lang.String
getColumnName()
(Code)
Gets the column name. Creation date: (7/20/01 12:09:40 PM) java.lang.String
getColumnType
public
java.lang.String
getColumnType()
(Code)
Gets the Column Type Creation date: (7/20/01 12:09:40 PM) java.lang.String
getComponent
public
java.lang.String
getComponent()
(Code)
Gets the component used by Column Creation date: (7/20/01 12:09:40 PM) java.lang.String
getComponentType
public
java.lang.String
getComponentType()
(Code)
Gets the Column Component Type Creation date: (7/20/01 12:09:40 PM) java.lang.String
getDefaultValue
public
java.lang.String
getDefaultValue()
(Code)
Gets the Column default value Creation date: (8/10/01 2:02:21 PM) java.lang.String
getFormat
public
java.lang.String
getFormat()
(Code)
Gets the format used by the Column Creation date: (7/23/01 10:10:14 AM) java.lang.String
getHref
public
java.lang.String
getHref()
(Code)
Gets the link used by the column Creation date: (7/25/01 11:06:03 AM) java.lang.String
getImageFile
public
java.lang.String
getImageFile()
(Code)
Gets the Image file name for the column Creation date: (8/16/01 11:31:40 AM) java.lang.String
getInternalName
public
java.lang.String
getInternalName()
(Code)
Gets the internal name for the component Creation date: (7/20/01 12:09:40 PM) java.lang.String
getJoinTo
public
java.lang.String
getJoinTo()
(Code)
Insert the method's description here. Creation date: (8/2/2002 10:35:23 AM) java.lang.String
getMaxLength
public
String
getMaxLength()
(Code)
getMode
public
java.lang.String
getMode()
(Code)
Gets the Mode of the Column. Creation date: (7/20/01 12:09:40 PM) java.lang.String
getOnClick
public
String
getOnClick()
(Code)
getParms
public
Options
getParms()
(Code)
Gets the params, options, for the columns Creation date: (8/1/2002 3:21:59 PM) com.salmonllc.xml.Options
getSchema
public
java.lang.String
getSchema()
(Code)
Gets the Schema Name for the Column Creation date: (7/20/01 12:09:40 PM) java.lang.String
getSize
public
String
getSize()
(Code)
getTable
public
java.lang.String
getTable()
(Code)
Gets the table name for the column Creation date: (7/20/01 12:09:40 PM) java.lang.String
getValues
public
Options
getValues()
(Code)
Gets the values, options, for the columns Creation date: (7/26/01 2:02:04 PM) com.salmonllc.xml.Values
isAdvanceSearch
public
boolean isAdvanceSearch()
(Code)
Gets the flag ' is advance search allowed' Creation date: (7/30/01 11:11:39 AM) boolean
isAutoIncrement
public
boolean isAutoIncrement()
(Code)
isBucket
public
boolean isBucket()
(Code)
Gets the flag if the column is just a bucket not a column from a database table Creation date: (8/10/01 11:14:23 AM) boolean
isCaseSensitive
public
boolean isCaseSensitive()
(Code)
Gets the flag if the search should be case sensitive or not Creation date: (7/20/01 12:09:40 PM) boolean
isDetailDisplay
public
boolean isDetailDisplay()
(Code)
Gets the flag if the column is used in Detail Form Creation date: (7/25/01 10:49:31 AM) boolean
isExactMatch
public
boolean isExactMatch()
(Code)
Gets the flag if the search perfomed on this column should use Exact match or not Creation date: (7/20/01 12:09:40 PM) boolean
isLeadingWildCard
public
boolean isLeadingWildCard()
(Code)
Gets the flag if the column should be used with wild card search or not Creation date: (7/20/01 12:09:40 PM) java.lang.String
isListDisplay
public
boolean isListDisplay()
(Code)
Gets the flag if the column is used in List Form Creation date: (7/25/01 10:49:31 AM) boolean
isLocked
public
boolean isLocked()
(Code)
Gets the flag if column is locked Creation date: (7/20/01 12:09:40 PM) boolean
isMandatory
public
boolean isMandatory()
(Code)
Gets the flag if column is mandatory Creation date: (7/25/01 4:02:56 PM) boolean
isNotBound
public
boolean isNotBound()
(Code)
isNullable
public
boolean isNullable()
(Code)
Gets the flag if the column is Nullable Creation date: (7/20/01 12:09:40 PM) boolean
isOrderBy
public
boolean isOrderBy()
(Code)
Gets the flag if column is added to "ORDER BY" SQL clause Creation date: (8/10/01 11:32:06 AM) boolean
isPrecedence
public
boolean isPrecedence()
(Code)
Gets the precendence order of column Creation date: (8/10/01 11:34:34 AM) boolean
isPrimaryKey
public
boolean isPrimaryKey()
(Code)
Gets the flag if the column is a part of primary key or not Creation date: (7/20/01 12:09:40 PM) boolean
isReadOnly
public
boolean isReadOnly()
(Code)
Gets the flag if column is read only or not Creation date: (8/10/01 11:32:06 AM) boolean
isSameRow
public
boolean isSameRow()
(Code)
Gets the falg if column is displayed in same row or not Creation date: (8/10/01 11:14:23 AM) boolean
isSearchDisplay
public
boolean isSearchDisplay()
(Code)
Gets the flag if column should be dispalyed in search form or not Creation date: (7/25/01 10:49:31 AM) boolean
isUpdateable
public
boolean isUpdateable()
(Code)
Gets the flag if column is updateable Creation date: (8/10/01 11:14:23 AM) boolean
setAdvanceSearch
public
void setAdvanceSearch(boolean newAdvanceSearch)
(Code)
Sets the advance search link Creation date: (7/30/01 11:11:39 AM)
Parameters:
newAdvanceSearch - boolean
setAutoIncrement
public
void setAutoIncrement(boolean fieldAutoIncrement)
(Code)
setBucket
public
void setBucket(boolean newBucket)
(Code)
Sets the flag if column is a bucket Creation date: (8/10/01 11:14:23 AM)
Parameters:
newBucket - boolean
setCaption
public
void setCaption(
java.lang.String
newCaption)
(Code)
Sets the caption for a column. Creation date: (7/20/01 12:09:40 PM)
Parameters:
newCaption - java.lang.String
setCaseSensitive
public
void setCaseSensitive(boolean newCaseSensitive)
(Code)
Sets the flag on a column if the search perfomed is case sensitive or not Creation date: (7/20/01 12:09:40 PM)
Parameters:
newCaseSensitive - boolean
setColumnName
public
void setColumnName(
java.lang.String
newColumnName)
(Code)
Sets the column name Creation date: (7/20/01 12:09:40 PM)
Parameters:
newColumnName - java.lang.String
setColumnType
public
void setColumnType(
java.lang.String
newColumnType)
(Code)
Sets the column type Creation date: (7/20/01 12:09:40 PM)
Parameters:
newColumnType - java.lang.String
setComponent
public
void setComponent(
java.lang.String
newComponent)
(Code)
Sets the component to be used by column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newComponent - java.lang.String
setComponentType
public
void setComponentType(
java.lang.String
newComponentType)
(Code)
Sets the component type for the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newComponentType - java.lang.String
setDefaultValue
public
void setDefaultValue(
java.lang.String
newDefaultValue)
(Code)
Sets the default value for the column Creation date: (8/10/01 2:02:21 PM)
Parameters:
newDefaultValue - java.lang.String
setDetailDisplay
public
void setDetailDisplay(boolean newDetailDisplay)
(Code)
Sets the detail display flag for the column Creation date: (7/25/01 10:49:31 AM)
Parameters:
newDetailDisplay - boolean
setExactMatch
public
void setExactMatch(boolean newExactMatch)
(Code)
Sets the exact match flag for the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newExactMatch - boolean
setFormat
public
void setFormat(
java.lang.String
newFormat)
(Code)
Sets the format to be used by the column Creation date: (7/23/01 10:10:14 AM)
Parameters:
newFormat - java.lang.String
setHref
public
void setHref(
java.lang.String
newHref)
(Code)
Sets the link if used by the column for display Creation date: (7/25/01 11:06:03 AM)
Parameters:
newHref - java.lang.String
setImageFile
public
void setImageFile(
java.lang.String
newImageFile)
(Code)
Sets the Image file name if used by column Creation date: (8/16/01 11:31:40 AM)
Parameters:
newImageFile - java.lang.String
setInternalName
public
void setInternalName(
java.lang.String
newInternalName)
(Code)
Sets the internal name of the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newInternalName - java.lang.String
setJoinTo
public
void setJoinTo(
java.lang.String
newJoinTo)
(Code)
Insert the method's description here. Creation date: (8/2/2002 10:35:23 AM)
Parameters:
newJoinTo - java.lang.String
setLeadingWildCard
public
void setLeadingWildCard(boolean newLeadingWildCard)
(Code)
Sets the leading wild card flag for the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newLeadingWildCard - java.lang.String
setListDisplay
public
void setListDisplay(boolean newListDisplay)
(Code)
Sets the list display flag for the column Creation date: (7/25/01 10:49:31 AM)
Parameters:
newListDisplay - boolean
setLocked
public
void setLocked(boolean newLocked)
(Code)
Sets the licked flag for the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newLocked - boolean
setMandatory
public
void setMandatory(boolean newMandatory)
(Code)
Sets the mandatory flag for the columns Creation date: (7/25/01 4:02:56 PM)
Parameters:
newMandatory - boolean
setMaxLength
public
void setMaxLength(
String
fieldMaxLength)
(Code)
setMode
public
void setMode(
java.lang.String
newMode)
(Code)
Sets the mode for the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newMode - java.lang.String
setNotBound
public
void setNotBound(boolean fieldNotBound)
(Code)
setNullable
public
void setNullable(boolean newNullable)
(Code)
Sets the flag if the column is nullable Creation date: (7/20/01 12:09:40 PM)
Parameters:
newNullable - boolean
setOnClick
public
void setOnClick(
String
onClick)
(Code)
setOrderByColumn
public
void setOrderByColumn(boolean newOrderByColumn)
(Code)
Sets the flag if the column will be in the "ORDER BY" clause Creation date: (8/10/01 11:32:06 AM)
Parameters:
newOrderByColumn - boolean
setParms
public
void setParms(
Options
newParms)
(Code)
Sets the params, options, for the columns Creation date: (8/1/2002 3:21:59 PM)
Parameters:
newParms - com.salmonllc.xml.Options
setPrecedence
public
void setPrecedence(boolean newPrecedence)
(Code)
Sets the precedence for the column while searching Creation date: (8/10/01 11:34:34 AM)
Parameters:
newPrecedence - boolean
setPrimaryKey
public
void setPrimaryKey(boolean newPrimaryKey)
(Code)
Sets if the column is a part of primary key Creation date: (7/20/01 12:09:40 PM)
Parameters:
newPrimaryKey - boolean
setReadOnly
public
void setReadOnly(boolean newReadOnly)
(Code)
Sets the flag if the column is read only Creation date: (8/10/01 11:32:06 AM)
Parameters:
newReadOnly - boolean
setSameRow
public
void setSameRow(boolean newSameRow)
(Code)
Sets the flag if column is part if the same row as the pervious component was Creation date: (8/10/01 11:14:23 AM)
Parameters:
newSameRow - boolean
setSchema
public
void setSchema(
java.lang.String
newSchema)
(Code)
sets the schema, if present for the column name Creation date: (7/20/01 12:09:40 PM)
Parameters:
newSchema - java.lang.String
setSearchDisplay
public
void setSearchDisplay(boolean newSearchDisplay)
(Code)
Sets the search display flag for the column Creation date: (7/25/01 10:49:31 AM)
Parameters:
newSearchDisplay - boolean
setSize
public
void setSize(
String
newSize)
(Code)
setTable
public
void setTable(
java.lang.String
newTable)
(Code)
Sets the table name for the column Creation date: (7/20/01 12:09:40 PM)
Parameters:
newTable - java.lang.String
setUpdateable
public
void setUpdateable(boolean newUpdateable)
(Code)
Sets the flag if column is updateable Creation date: (8/10/01 11:14:23 AM)
Parameters:
newUpdateable - boolean
setValues
public
void setValues(
Options
newValues)
(Code)
Sets the options for a column - this can be from anywhere Creation date: (7/26/01 2:02:04 PM)
Parameters:
newValues - com.salmonllc.xml.Values
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.