Java Doc for GenClassElement.java in  » J2EE » JOnAS-4.8.6 » org » objectweb » jonas_ejb » container » jorm » 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 » JOnAS 4.8.6 » org.objectweb.jonas_ejb.container.jorm 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.objectweb.jonas_ejb.container.jorm.GenClassElement

All known Subclasses:   org.objectweb.jonas_ejb.container.jorm.CollectionElement,
GenClassElement
public class GenClassElement implements PIndexedElem(Code)
This class is a basic implementation of the PIndexedElem interface used by the GenClassImpl class. This implementation manages only references (no primitive elements).
author:
   S.Chassande-Barrioz


Field Summary
public  GenClassImplgc
     This field references the GenClass inside which the PIndexedElem is store.
public  booleanhasBeenCreated
    
public  PNamepname
     This field references the associated pname.
public  bytestatus
     This field describes the status of the PIndexedElem in according to the constant defined in the PIndexedElem interface.
public  PObjectvalue
     This field references the user object.

Constructor Summary
public  GenClassElement(GenClassImpl gc)
    

Method Summary
public  bytegetElemStatus()
    
public  BigDecimalpieGetBigDecimalElem()
    
public  java.math.BigIntegerpieGetBigIntegerElem()
    
public  booleanpieGetBooleanElem()
    
public  byte[]pieGetByteArrayElem()
    
public  bytepieGetByteElem()
    
public  bytepieGetByteIndexField(String fn)
    
public  char[]pieGetCharArrayElem()
    
public  charpieGetCharElem()
    
public  charpieGetCharIndexField(String fn)
    
public  DatepieGetDateElem()
    
public  DatepieGetDateIndexField(String fn)
    
public  doublepieGetDoubleElem()
    
public  floatpieGetFloatElem()
    
public  intpieGetIntElem()
    
public  intpieGetIntIndexField(String fn)
    
public  longpieGetLongElem()
    
public  longpieGetLongIndexField(String fn)
    
public  BooleanpieGetObooleanElem()
    
public  BytepieGetObyteElem()
    
public  BytepieGetObyteIndexField(String fn)
    
public  CharacterpieGetOcharElem()
    
public  CharacterpieGetOcharIndexField(String fn)
    
public  DoublepieGetOdoubleElem()
    
public  FloatpieGetOfloatElem()
    
public  IntegerpieGetOintElem()
    
public  IntegerpieGetOintIndexField(String fn)
    
public  LongpieGetOlongElem()
    
public  LongpieGetOlongIndexField(String fn)
    
public  ShortpieGetOshortElem()
    
public  ShortpieGetOshortIndexField(String fn)
    
public  PNamepieGetRefElem()
    
public  SerializablepieGetSerializedElem()
    
public  shortpieGetShortElem()
    
public  shortpieGetShortIndexField(String fn)
    
public  StringpieGetStringElem()
    
public  StringpieGetStringIndexField(String fn)
    
public  voidpieSetBigDecimalElem(BigDecimal value)
    
public  voidpieSetBigIntegerElem(java.math.BigInteger value)
    
public  voidpieSetBooleanElem(boolean value)
    
public  voidpieSetByteArrayElem(byte[] value)
    
public  voidpieSetByteElem(byte value)
    
public  voidpieSetByteIndexField(String fn, byte value)
    
public  voidpieSetCharArrayElem(char[] value)
    
public  voidpieSetCharElem(char value)
    
public  voidpieSetCharIndexField(String fn, char value)
    
public  voidpieSetDateElem(Date value)
    
public  voidpieSetDateIndexField(String fn, Date value)
    
public  voidpieSetDoubleElem(double value)
    
public  voidpieSetFloatElem(float value)
    
public  voidpieSetIntElem(int value)
    
public  voidpieSetIntIndexField(String fn, int value)
    
public  voidpieSetLongElem(long value)
    
public  voidpieSetLongIndexField(String fn, long value)
    
public  voidpieSetObooleanElem(Boolean value)
    
public  voidpieSetObyteElem(Byte value)
    
public  voidpieSetObyteIndexField(String fn, Byte value)
    
public  voidpieSetOcharElem(Character value)
    
public  voidpieSetOcharIndexField(String fn, Character value)
    
public  voidpieSetOdoubleElem(Double value)
    
public  voidpieSetOfloatElem(Float value)
    
public  voidpieSetOintElem(Integer value)
    
public  voidpieSetOintIndexField(String fn, Integer value)
    
public  voidpieSetOlongElem(Long value)
    
public  voidpieSetOlongIndexField(String fn, Long value)
    
public  voidpieSetOshortElem(Short value)
    
public  voidpieSetOshortIndexField(String fn, Short value)
    
public  voidpieSetRefElem(PName pn)
    
public  voidpieSetSerializedElem(Serializable value)
    
public  voidpieSetShortElem(short value)
    
public  voidpieSetShortIndexField(String fn, short value)
    
public  voidpieSetStringElem(String value)
    
public  voidpieSetStringIndexField(String fn, String value)
    

Field Detail
gc
public GenClassImpl gc(Code)
This field references the GenClass inside which the PIndexedElem is store.



hasBeenCreated
public boolean hasBeenCreated(Code)



pname
public PName pname(Code)
This field references the associated pname. This field is never null after data has been loaded.



status
public byte status(Code)
This field describes the status of the PIndexedElem in according to the constant defined in the PIndexedElem interface.



value
public PObject value(Code)
This field references the user object. This is a PObject which permits to reach its PName.




Constructor Detail
GenClassElement
public GenClassElement(GenClassImpl gc)(Code)




Method Detail
getElemStatus
public byte getElemStatus()(Code)



pieGetBigDecimalElem
public BigDecimal pieGetBigDecimalElem() throws PException(Code)



pieGetBigIntegerElem
public java.math.BigInteger pieGetBigIntegerElem() throws PException(Code)



pieGetBooleanElem
public boolean pieGetBooleanElem() throws PException(Code)



pieGetByteArrayElem
public byte[] pieGetByteArrayElem() throws PException(Code)



pieGetByteElem
public byte pieGetByteElem() throws PException(Code)



pieGetByteIndexField
public byte pieGetByteIndexField(String fn) throws PException(Code)



pieGetCharArrayElem
public char[] pieGetCharArrayElem() throws PException(Code)



pieGetCharElem
public char pieGetCharElem() throws PException(Code)



pieGetCharIndexField
public char pieGetCharIndexField(String fn) throws PException(Code)



pieGetDateElem
public Date pieGetDateElem() throws PException(Code)



pieGetDateIndexField
public Date pieGetDateIndexField(String fn) throws PException(Code)



pieGetDoubleElem
public double pieGetDoubleElem() throws PException(Code)



pieGetFloatElem
public float pieGetFloatElem() throws PException(Code)



pieGetIntElem
public int pieGetIntElem() throws PException(Code)



pieGetIntIndexField
public int pieGetIntIndexField(String fn) throws PException(Code)



pieGetLongElem
public long pieGetLongElem() throws PException(Code)



pieGetLongIndexField
public long pieGetLongIndexField(String fn) throws PException(Code)



pieGetObooleanElem
public Boolean pieGetObooleanElem() throws PException(Code)



pieGetObyteElem
public Byte pieGetObyteElem() throws PException(Code)



pieGetObyteIndexField
public Byte pieGetObyteIndexField(String fn) throws PException(Code)



pieGetOcharElem
public Character pieGetOcharElem() throws PException(Code)



pieGetOcharIndexField
public Character pieGetOcharIndexField(String fn) throws PException(Code)



pieGetOdoubleElem
public Double pieGetOdoubleElem() throws PException(Code)



pieGetOfloatElem
public Float pieGetOfloatElem() throws PException(Code)



pieGetOintElem
public Integer pieGetOintElem() throws PException(Code)



pieGetOintIndexField
public Integer pieGetOintIndexField(String fn) throws PException(Code)



pieGetOlongElem
public Long pieGetOlongElem() throws PException(Code)



pieGetOlongIndexField
public Long pieGetOlongIndexField(String fn) throws PException(Code)



pieGetOshortElem
public Short pieGetOshortElem() throws PException(Code)



pieGetOshortIndexField
public Short pieGetOshortIndexField(String fn) throws PException(Code)



pieGetRefElem
public PName pieGetRefElem() throws PException(Code)



pieGetSerializedElem
public Serializable pieGetSerializedElem() throws PException(Code)



pieGetShortElem
public short pieGetShortElem() throws PException(Code)



pieGetShortIndexField
public short pieGetShortIndexField(String fn) throws PException(Code)



pieGetStringElem
public String pieGetStringElem() throws PException(Code)



pieGetStringIndexField
public String pieGetStringIndexField(String fn) throws PException(Code)



pieSetBigDecimalElem
public void pieSetBigDecimalElem(BigDecimal value) throws PException(Code)



pieSetBigIntegerElem
public void pieSetBigIntegerElem(java.math.BigInteger value) throws PException(Code)



pieSetBooleanElem
public void pieSetBooleanElem(boolean value) throws PException(Code)



pieSetByteArrayElem
public void pieSetByteArrayElem(byte[] value) throws PException(Code)



pieSetByteElem
public void pieSetByteElem(byte value) throws PException(Code)



pieSetByteIndexField
public void pieSetByteIndexField(String fn, byte value) throws PException(Code)



pieSetCharArrayElem
public void pieSetCharArrayElem(char[] value) throws PException(Code)



pieSetCharElem
public void pieSetCharElem(char value) throws PException(Code)



pieSetCharIndexField
public void pieSetCharIndexField(String fn, char value) throws PException(Code)



pieSetDateElem
public void pieSetDateElem(Date value) throws PException(Code)



pieSetDateIndexField
public void pieSetDateIndexField(String fn, Date value) throws PException(Code)



pieSetDoubleElem
public void pieSetDoubleElem(double value) throws PException(Code)



pieSetFloatElem
public void pieSetFloatElem(float value) throws PException(Code)



pieSetIntElem
public void pieSetIntElem(int value) throws PException(Code)



pieSetIntIndexField
public void pieSetIntIndexField(String fn, int value) throws PException(Code)



pieSetLongElem
public void pieSetLongElem(long value) throws PException(Code)



pieSetLongIndexField
public void pieSetLongIndexField(String fn, long value) throws PException(Code)



pieSetObooleanElem
public void pieSetObooleanElem(Boolean value) throws PException(Code)



pieSetObyteElem
public void pieSetObyteElem(Byte value) throws PException(Code)



pieSetObyteIndexField
public void pieSetObyteIndexField(String fn, Byte value) throws PException(Code)



pieSetOcharElem
public void pieSetOcharElem(Character value) throws PException(Code)



pieSetOcharIndexField
public void pieSetOcharIndexField(String fn, Character value) throws PException(Code)



pieSetOdoubleElem
public void pieSetOdoubleElem(Double value) throws PException(Code)



pieSetOfloatElem
public void pieSetOfloatElem(Float value) throws PException(Code)



pieSetOintElem
public void pieSetOintElem(Integer value) throws PException(Code)



pieSetOintIndexField
public void pieSetOintIndexField(String fn, Integer value) throws PException(Code)



pieSetOlongElem
public void pieSetOlongElem(Long value) throws PException(Code)



pieSetOlongIndexField
public void pieSetOlongIndexField(String fn, Long value) throws PException(Code)



pieSetOshortElem
public void pieSetOshortElem(Short value) throws PException(Code)



pieSetOshortIndexField
public void pieSetOshortIndexField(String fn, Short value) throws PException(Code)



pieSetRefElem
public void pieSetRefElem(PName pn) throws PException(Code)
The jorm assignes the PName of the referenced object



pieSetSerializedElem
public void pieSetSerializedElem(Serializable value) throws PException(Code)



pieSetShortElem
public void pieSetShortElem(short value) throws PException(Code)



pieSetShortIndexField
public void pieSetShortIndexField(String fn, short value) throws PException(Code)



pieSetStringElem
public void pieSetStringElem(String value) throws PException(Code)



pieSetStringIndexField
public void pieSetStringIndexField(String fn, String value) throws PException(Code)



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.