|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.cs.api.AttributeDefinition
public class AttributeDefinition
Exposes properties of an attribute as defined in the lifecycle editor. Each attribute on a CR (a name, value pair) obeys the constraints of the attribute definition of the same name.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLabel()
A display name for the attribute. |
java.lang.String |
getName()
The name of this attribute definition, e.g., problem_number. |
java.lang.String |
getType()
The type of the attribute. |
java.lang.String |
getWebtype()
Determines which "control" will be used when displaying this attribute in a web browser. |
int |
hashCode()
|
boolean |
isQueriable()
Indicates if this attribute should be shown in query related dialogs. |
boolean |
isReportable()
Indicates if this attribute should be shown in report related dialogs. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getLabel()
public java.lang.String getType()
public java.lang.String getWebtype()
public boolean isQueriable()
true
if query dialogs will show this attribute,
otherwise false
.public boolean isReportable()
true
if report dialogs will show this attribute,
otherwise false
.public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |