|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.rules.TType
public class TType
The TType
is a structure to comunicate Java Beans with Jess.
Constructor Summary | |
---|---|
TType()
Creates a new empty TType with no initial attributes. |
|
TType(java.lang.String name,
java.lang.String of,
java.lang.Object atr,
java.lang.Object par,
java.lang.String message)
Creates a new empty TType with the specified initial
name , of , attribute , parameter ,
and message |
Method Summary | |
---|---|
java.lang.Object |
getAttribute()
Returns the TType attribute . |
java.lang.String |
getMessage()
Returns the TType message . |
java.lang.String |
getName()
Returns the TType name . |
java.lang.String |
getOf()
Returns the TType of . |
java.lang.Object |
getParameter()
Returns the TType parameter . |
void |
setAttribute(java.lang.Object atr)
Sets the TType attribute . |
void |
setMessage(java.lang.String message)
Sets the TType message . |
void |
setName(java.lang.String name)
Sets the TType name . |
void |
setOf(java.lang.String of)
Sets the TType of . |
void |
setParameter(java.lang.Object par)
Sets the TType parameter . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TType()
TType
with no initial attributes.
public TType(java.lang.String name, java.lang.String of, java.lang.Object atr, java.lang.Object par, java.lang.String message)
TType
with the specified initial
name
, of
, attribute
, parameter
,
and message
name
- The specified initial name
of
- The specified initial of
atr
- The specified initial attribute
par
- The specified initial parameter
message
- The specified initial message
Method Detail |
---|
public java.lang.String getName()
name
.
name
public void setName(java.lang.String name)
name
.
name
- The TType name
to setpublic java.lang.String getOf()
of
.
of
public void setOf(java.lang.String of)
of
.
of
- The TType of
to setpublic java.lang.Object getAttribute()
attribute
.
attribute
public void setAttribute(java.lang.Object atr)
attribute
.
atr
- The TType attribute
to setpublic java.lang.Object getParameter()
parameter
.
parameter
public void setParameter(java.lang.Object par)
parameter
.
par
- The TType parameter
to setpublic java.lang.String getMessage()
message
.
message
public void setMessage(java.lang.String message)
message
.
message
- The TType message
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |