|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.ui.formhandlers.KnowledgeQueryAttrDescription
public final class KnowledgeQueryAttrDescription
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Constructor Summary | |
---|---|
protected |
KnowledgeQueryAttrDescription()
Default constructor. |
|
KnowledgeQueryAttrDescription(java.lang.String name,
KnowledgeQueryTypeEnum type)
Constructor. |
|
KnowledgeQueryAttrDescription(java.lang.String name,
KnowledgeQueryTypeEnum type,
KnowledgeQuerySubtypeEnum subtype)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets name of attribute. |
java.lang.String |
getOperation()
Gets value of attribute's operation. |
KnowledgeQuerySubtypeEnum |
getSubtype()
Gets subtype of attribute. |
KnowledgeQueryTypeEnum |
getType()
Gets type of attribute. |
java.lang.Object |
getValue()
Gets value of attribute's value. |
java.lang.Object |
getValue2()
Gets value of attribute's value2. |
void |
setName(java.lang.String name)
Sets new value of attribute's name. |
void |
setOperation(java.lang.String operation)
Sets new value of attribute's operation. |
void |
setSubtype(KnowledgeQuerySubtypeEnum subtype)
Sets new value of attribute's subtype. |
void |
setType(KnowledgeQueryTypeEnum type)
Sets new value of attribute's type. |
void |
setValue(java.lang.Object value)
Sets new value of attribute's value. |
void |
setValue2(java.lang.Object value2)
Sets new value of attribute's value2. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String CLASS_VERSION
Constructor Detail |
---|
public KnowledgeQueryAttrDescription(java.lang.String name, KnowledgeQueryTypeEnum type)
name
- Name of attribute.type
- Type of attribute.public KnowledgeQueryAttrDescription(java.lang.String name, KnowledgeQueryTypeEnum type, KnowledgeQuerySubtypeEnum subtype)
name
- Name of attribute.type
- Type of attribute.subtype
- Subtype of attribute.protected KnowledgeQueryAttrDescription()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of attribute's name.public KnowledgeQueryTypeEnum getType()
public void setType(KnowledgeQueryTypeEnum type)
type
- New value of attribute's type.public KnowledgeQuerySubtypeEnum getSubtype()
public void setSubtype(KnowledgeQuerySubtypeEnum subtype)
subtype
- New value of attribute's subtype.public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation
- New value of attribute's operation.public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- New value of attribute's value.public java.lang.Object getValue2()
public void setValue2(java.lang.Object value2)
value2
- New value of attribute's value2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |