|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.language.model.LanguageModelAttribute
public class LanguageModelAttribute
This class represents a property of an element.
Field Summary | |
---|---|
protected boolean |
_bEditable
|
protected String |
_strName
|
protected String |
_strValue
|
static String |
Copyright
|
Constructor Summary | |
---|---|
LanguageModelAttribute(String strName,
String strValue,
boolean bEditable)
Constructor that receives an attribute name and value. |
Method Summary | |
---|---|
String |
getName()
Returns the name of the attribute. |
String |
getValue()
Returns the value of the attribute. |
boolean |
isEditable()
Returns whether this attribute is editable. |
void |
printAttribute()
Debug method that prints the name, and value of this attribute with no indentation. |
void |
printAttribute(int iIndentation)
Debug method that prints the indentation, name and value of this attribute. |
void |
printAttributeString(StringBuffer strb)
Debug method that prints the name and value of this attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
protected boolean _bEditable
protected String _strName
protected String _strValue
Constructor Detail |
---|
public LanguageModelAttribute(String strName, String strValue, boolean bEditable)
Method Detail |
---|
public String getName()
public String getValue()
public boolean isEditable()
public void printAttribute()
public void printAttribute(int iIndentation)
public void printAttributeString(StringBuffer strb)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |