|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.blocker.BlockDefinition
Constructor Summary | |
BlockDefinition()
Creates a new instance of BlockDefinition |
Method Summary | |
void |
addRule(BlockRule rule)
Adds a feature to the Rule attribute of the BlockDefinition object. |
java.lang.String |
getHint()
Getter for Hint attribute of the BlockDefinition object. |
java.lang.String |
getId()
Getter for ID attribute of the BlockDefinition object. |
java.util.Collection |
getRules()
Getter for Rules attribute of the BlockDefinition object. |
java.lang.String |
getSql()
Getter for Sql attribute of the BlockDefinition object. |
void |
setHint(java.lang.String val)
Setter for Hint attribute of the BlockDefinition object. |
void |
setId(java.lang.String val)
Setter for ID attribute of the BlockDefinition object. |
void |
setSql(java.lang.String val)
Setter for Sql attribute of the BlockDefinition object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockDefinition()
Method Detail |
public void addRule(BlockRule rule)
rule
- The feature to be added to the Rule attribute.public java.lang.String getHint()
public java.lang.String getId()
public java.util.Collection getRules()
public java.lang.String getSql()
public void setHint(java.lang.String val)
val
- Hint value.public void setId(java.lang.String val)
val
- ID value.public void setSql(java.lang.String val)
val
- Sql value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.