|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttico.rules.TAttribute
public class TAttribute
The TAttribute
object that contains a name, a nameXML and a value.
Constructor Summary | |
---|---|
TAttribute()
Creates a new empty TAttribute with no initial name . |
|
TAttribute(int value)
Creates a new empty TAttribute with the specified initial
value |
|
TAttribute(java.lang.String name,
java.lang.String nameXML)
Creates a new empty TAttribute with the specified initial
name and nameXML . |
|
TAttribute(java.lang.String name,
java.lang.String nameXML,
java.lang.Object value)
Creates a new empty TAttribute with the specified initial
name , nameXML and value |
Method Summary | |
---|---|
java.lang.String |
getLimitType()
Returns the attribute limitation type . |
java.lang.String |
getName()
Returns the attribute name . |
java.lang.String |
getNameXML()
Returns the attribute nameXML . |
java.lang.Object |
getValue()
Returns the attribute value . |
void |
setLimitType(java.lang.String limitType)
Sets the attribute limitation type . |
void |
setName(java.lang.String name)
Sets the attribute name . |
void |
setNameXML(java.lang.String nameXML)
Sets the attribute nameXML . |
void |
setValue(java.lang.Object value)
Sets the attribute value . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TAttribute()
TAttribute
with no initial name
.
public TAttribute(java.lang.String name, java.lang.String nameXML)
TAttribute
with the specified initial
name
and nameXML
.
name
- The specified initial name
nameXML
- The specified initial nameXML
public TAttribute(int value)
TAttribute
with the specified initial
value
value
- The specified initial value
public TAttribute(java.lang.String name, java.lang.String nameXML, java.lang.Object value)
TAttribute
with the specified initial
name
, nameXML
and value
name
- The specified initial name
nameXML
- The specified initial nameXML
value
- The specified initial value
Method Detail |
---|
public java.lang.String getName()
name
.
name
public void setName(java.lang.String name)
name
.
name
- The attribute name
to setpublic java.lang.String getNameXML()
nameXML
.
nameXML
public void setNameXML(java.lang.String nameXML)
nameXML
.
nameXML
- The attribute nameXML
to setpublic java.lang.Object getValue()
value
.
value
public void setValue(java.lang.Object value)
value
.
value
- The attribute value
to setpublic java.lang.String getLimitType()
limitation type
.
limitation type
public void setLimitType(java.lang.String limitType)
limitation type
.
limitType
- The attribute limitation type
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |