Java Doc for IVariableFormatDefinition.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » common » mdl » 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 » ESB » cbesb 1.2 » com.bostechcorp.cbesb.common.mdl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.bostechcorp.cbesb.common.mdl.IVariableFormatDefinition

All known Subclasses:   com.bostechcorp.cbesb.common.mdl.impl.VariableFormatDefinitionImpl,
IVariableFormatDefinition
public interface IVariableFormatDefinition extends IFormatDefinition(Code)
Contains the attributes specific to a variable format. This interface extends FormatDefinition. Some of the functionality provided: 1. Get/Set delimiter 2. Get/Set escape character 3. Get/Set quote character 4. Get/Set repeat delimiter 5. Get/Set ID Method (tag or position) 6. Get/Set tag length (when ID Method = tag)


Field Summary
final public static  byteID_METHOD_POSITION
     the position value of idMethod attribute.
final public static  byteID_METHOD_TAG
     The tag value of idMethod attribute.
final public static  byteTYPE_CHOICE
     The choice value of type attribute.
final public static  byteTYPE_SEQUENCE
     The sequence value of type attribute.


Method Summary
public  StringgetDelimiter()
     Get the value of delimiter attribute.
public  QNamegetDelimiterRef()
     Get the value of delimiterRef attribute.
public  chargetEscapeChar()
     Get the value of escapeChar attribute.
public  QNamegetEscapeCharRef()
     Get the value of escapeCharRef attribute.
public  bytegetIDMethod()
     Get the value of idMethod attribute.
public  chargetQuoteChar()
     Get the value of quoteChar attribute.
public  QNamegetQuoteCharRef()
     Get the value of quoteCharRef attribute.
public  StringgetRepeatDelimiter()
     Get the value of repeatDelimiter attribute.
public  QNamegetRepeatDelimiterRef()
     Get the value of repeatDelimiterRef attribute.
public  StringgetResolvedDelimiter()
     Returns the runtime delimiter to use, whether it is defined locally, or referenced to a property.
public  chargetResolvedEscapeChar()
     Returns the runtime escape char to use, whether it is defined locally, or referenced to a property.
public  chargetResolvedQuoteChar()
     Returns the runtime quote char to use, whether it is defined locally, or referenced to a property.
public  StringgetResolvedRepeatDelimiter()
     Returns the runtime repeat delimiter to use, whether it is defined locally, or referenced to a property.
public  StringgetResolvedTagDelimiter()
     Returns the runtime tag delimiter to use, whether it is defined locally, or referenced to a property.
public  intgetResolvedTagLength()
     Returns the runtime tag length to use, whether it is defined locally, or referenced to a property.
public  StringgetTagDelimiter()
     Get the value of tagDelimiter attribute.
public  QNamegetTagDelimiterRef()
     Get the value of tagDelimiterRef attribute.
public  intgetTagLength()
     Get the value of tagLength.
public  QNamegetTagLengthRef()
     Get the value of tagLengthRef attribute.
public  bytegetType()
     Get the value of type attribute.
public  voidsetDelimiter(String delimiter)
     Set the value of delimiter attribute.
public  voidsetDelimiterRef(QName delimiterRef)
     Set the value of delimiterRef attribute.
public  voidsetEscapeChar(char escapeChar)
     Set the value of escapeChar attribute.
public  voidsetEscapeCharRef(QName escapeCharRef)
     Set the value of escapeCharRef attribute.
public  voidsetIDMethod(byte idMethod)
     Set the value of idMethod attribute.
public  voidsetQuoteChar(char quoteChar)
     Set the value of quoteChar attribute.
public  voidsetQuoteCharRef(QName quoteCharRef)
     Set the value of quoteCharRef attribute.
public  voidsetRepeatDelimiter(String repeatDelimiter)
     Set the value of repeatDelimiter attribute.
public  voidsetRepeatDelimiterRef(QName repeatDelimiterRef)
     Set the value of repeatDelimiterRef attribute.
public  voidsetTagDelimiter(String tagDelimiter)
     Set the value of tagDelimiter attribute.
public  voidsetTagDelimiterRef(QName tagDelimiterRef)
     Set the value of tagDelimiterRef attribute.
public  voidsetTagLength(int tagLength)
     Set the value of tagLength.
public  voidsetTagLengthRef(QName tagLengthRef)
     Set the value of ragLengthRef attribute.
public  voidsetType(byte type)
     Set the value of type attribute.

Field Detail
ID_METHOD_POSITION
final public static byte ID_METHOD_POSITION(Code)
the position value of idMethod attribute.



ID_METHOD_TAG
final public static byte ID_METHOD_TAG(Code)
The tag value of idMethod attribute.



TYPE_CHOICE
final public static byte TYPE_CHOICE(Code)
The choice value of type attribute.



TYPE_SEQUENCE
final public static byte TYPE_SEQUENCE(Code)
The sequence value of type attribute.





Method Detail
getDelimiter
public String getDelimiter()(Code)
Get the value of delimiter attribute. the value of delimiter attribute



getDelimiterRef
public QName getDelimiterRef()(Code)
Get the value of delimiterRef attribute. the value of delimiterRef attribute



getEscapeChar
public char getEscapeChar()(Code)
Get the value of escapeChar attribute. the value of escapeChar attribute



getEscapeCharRef
public QName getEscapeCharRef()(Code)
Get the value of escapeCharRef attribute. the value of escapeCharRef attribute



getIDMethod
public byte getIDMethod()(Code)
Get the value of idMethod attribute. the value of idMethod attribute



getQuoteChar
public char getQuoteChar()(Code)
Get the value of quoteChar attribute. the value of quoteChar attribute



getQuoteCharRef
public QName getQuoteCharRef()(Code)
Get the value of quoteCharRef attribute. the value of quoteCharRef attribute



getRepeatDelimiter
public String getRepeatDelimiter()(Code)
Get the value of repeatDelimiter attribute. the value of repeatDelimiter attribute



getRepeatDelimiterRef
public QName getRepeatDelimiterRef()(Code)
Get the value of repeatDelimiterRef attribute. the value of repeatDelimiterRef attribute



getResolvedDelimiter
public String getResolvedDelimiter()(Code)
Returns the runtime delimiter to use, whether it is defined locally, or referenced to a property.



getResolvedEscapeChar
public char getResolvedEscapeChar()(Code)
Returns the runtime escape char to use, whether it is defined locally, or referenced to a property.



getResolvedQuoteChar
public char getResolvedQuoteChar()(Code)
Returns the runtime quote char to use, whether it is defined locally, or referenced to a property.



getResolvedRepeatDelimiter
public String getResolvedRepeatDelimiter()(Code)
Returns the runtime repeat delimiter to use, whether it is defined locally, or referenced to a property.



getResolvedTagDelimiter
public String getResolvedTagDelimiter()(Code)
Returns the runtime tag delimiter to use, whether it is defined locally, or referenced to a property.



getResolvedTagLength
public int getResolvedTagLength()(Code)
Returns the runtime tag length to use, whether it is defined locally, or referenced to a property.



getTagDelimiter
public String getTagDelimiter()(Code)
Get the value of tagDelimiter attribute. the tagDelimiter



getTagDelimiterRef
public QName getTagDelimiterRef()(Code)
Get the value of tagDelimiterRef attribute. the tagDelimiterRef



getTagLength
public int getTagLength()(Code)
Get the value of tagLength. the value of tagLength



getTagLengthRef
public QName getTagLengthRef()(Code)
Get the value of tagLengthRef attribute. the tagLengthRef



getType
public byte getType()(Code)
Get the value of type attribute. the value of type attribute



setDelimiter
public void setDelimiter(String delimiter)(Code)
Set the value of delimiter attribute.
Parameters:
  delimiter - String



setDelimiterRef
public void setDelimiterRef(QName delimiterRef)(Code)
Set the value of delimiterRef attribute.
Parameters:
  delimiterRef - String



setEscapeChar
public void setEscapeChar(char escapeChar)(Code)
Set the value of escapeChar attribute.
Parameters:
  escapeChar - char



setEscapeCharRef
public void setEscapeCharRef(QName escapeCharRef)(Code)
Set the value of escapeCharRef attribute.
Parameters:
  escapeCharRef - String



setIDMethod
public void setIDMethod(byte idMethod)(Code)
Set the value of idMethod attribute.
Parameters:
  idMethod - byte



setQuoteChar
public void setQuoteChar(char quoteChar)(Code)
Set the value of quoteChar attribute.
Parameters:
  quoteChar - char



setQuoteCharRef
public void setQuoteCharRef(QName quoteCharRef)(Code)
Set the value of quoteCharRef attribute.
Parameters:
  quoteCharRef - String



setRepeatDelimiter
public void setRepeatDelimiter(String repeatDelimiter)(Code)
Set the value of repeatDelimiter attribute.
Parameters:
  repeatDelimiter - String



setRepeatDelimiterRef
public void setRepeatDelimiterRef(QName repeatDelimiterRef)(Code)
Set the value of repeatDelimiterRef attribute.
Parameters:
  repeatDelimiterRef - String



setTagDelimiter
public void setTagDelimiter(String tagDelimiter)(Code)
Set the value of tagDelimiter attribute.
Parameters:
  tagDelimiter - the tagDelimiter to set



setTagDelimiterRef
public void setTagDelimiterRef(QName tagDelimiterRef)(Code)
Set the value of tagDelimiterRef attribute.
Parameters:
  tagDelimiterRef - the tagDelimiterRef to set



setTagLength
public void setTagLength(int tagLength)(Code)
Set the value of tagLength.
Parameters:
  tagLength - int



setTagLengthRef
public void setTagLengthRef(QName tagLengthRef)(Code)
Set the value of ragLengthRef attribute.
Parameters:
  tagLengthRef - the tagLengthRef



setType
public void setType(byte type)(Code)
Set the value of type attribute.
Parameters:
  type - byte



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.