|
|||||||||
| Home >> All >> cor >> gui >> [ clp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cor.gui.clp
Class JspmClpDefinition

java.lang.Objectcor.gui.clp.JspmClpDefinition
- public class JspmClpDefinition
- extends java.lang.Object
Performance tree object definition. This class represents one node in the performance tree. The different parameters used to display a node in the tree, which are use by the TreeCellRenderer are defined here. The TreeCellRenderer will use the name of the object to get the icon from the icon table and NOT the label. The node itself will be displayed using the label and NOT the name.
- Version:
- 0.0.11
| Field Summary | |
java.lang.String |
className
Name of the class |
java.lang.String |
clpGroup
CLP name |
int |
clpLength
CLP length |
java.lang.String |
clpName
CLP name |
int |
clpType
CLP type |
java.lang.String |
clpValue
CLP name |
boolean |
isKey
CLP type |
boolean |
isNull
CLP type |
boolean |
isRequired
CLP type |
java.lang.String |
value
CLP type |
| Constructor Summary | |
JspmClpDefinition()
Constructor. |
|
| Method Summary | |
java.lang.String |
getClassName()
|
java.lang.String |
getClpGroup()
|
boolean |
getClpKey()
|
int |
getClpLength()
|
java.lang.String |
getClpName()
|
boolean |
getClpNull()
|
boolean |
getClpRequired()
|
int |
getClpType()
|
java.lang.String |
getClpValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
className
public java.lang.String className
- Name of the class
clpName
public java.lang.String clpName
- CLP name
clpGroup
public java.lang.String clpGroup
- CLP name
clpValue
public java.lang.String clpValue
- CLP name
clpLength
public int clpLength
- CLP length
clpType
public int clpType
- CLP type
isKey
public boolean isKey
- CLP type
isRequired
public boolean isRequired
- CLP type
isNull
public boolean isNull
- CLP type
value
public java.lang.String value
- CLP type
| Constructor Detail |
JspmClpDefinition
public JspmClpDefinition()
- Constructor.
| Method Detail |
getClassName
public java.lang.String getClassName()
getClpName
public java.lang.String getClpName()
getClpGroup
public java.lang.String getClpGroup()
getClpLength
public int getClpLength()
getClpType
public int getClpType()
getClpKey
public boolean getClpKey()
getClpRequired
public boolean getClpRequired()
getClpNull
public boolean getClpNull()
getClpValue
public java.lang.String getClpValue()
|
|||||||||
| Home >> All >> cor >> gui >> [ clp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
cor.gui.clp.JspmClpDefinition