|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.editor.util.form.Node
A base class for nodes in the abstract form view.
Field Summary | |
protected org.apache.log4j.Category |
_cat
Description of the Field |
Constructor Summary | |
protected |
Node()
Constructor for the ValueNode object |
protected |
Node(Node node)
Copy constructor for the Node object |
protected |
Node(Resource variable)
Constructor for the ValueNode object |
Method Summary | |
Collection |
getDescription()
Gets a collection description values associated to this node. |
String |
getDisplayType()
Gets an identifier for the node display type. |
String |
getId()
Gets a new instance of this object |
protected String |
getInfo()
Gets a string representation of this objects data |
boolean |
getIsEditable()
Gets the isEditable attribute of the ValueNode object |
boolean |
getIsFormNode()
Gets the isFormNode attribute of the Node object |
boolean |
getIsLabelNode()
Gets the isLableNode attribute of the Node object |
boolean |
getIsMultipleBindingsAllowed()
Gets the isMultipleBindingsAllowed attribute of the ValueNode object |
boolean |
getIsPredefinedNode()
Gets the isPredefinedNode attribute of the Node object |
boolean |
getIsTextNode()
Gets the isTextNode attribute of the Node object |
boolean |
getIsVisible()
Gets the isVisible attribute of the ValueNode object |
String |
getLanguage()
Gets the language attribute of the Node object |
Node |
getNewInstance()
Gets a new instance of this object |
String |
getValidationType()
Gets an identifier for a datatype validator that validates the data associated with this node. |
String |
getValue()
Gets the value attribute of the Node object |
ValueObject |
getValueObject()
Gets the valueObject attribute of the Node object |
Resource |
getVariable()
Gets the variable attribute of the ValueNode object |
boolean |
isEditable()
Gets the editable attribute of the ValueNode object |
boolean |
isEdited()
|
boolean |
isFormNode()
Gets the formNode attribute of the ValueNode object |
boolean |
isLabelNode()
Gets the labelNode attribute of the ValueNode object |
boolean |
isMultipleBindingsAllowed()
Gets the multipleBindingsAllowed attribute of the ValueNode object |
boolean |
isPredefinedNode()
Gets the predefinedNode attribute of the ValueNode object |
boolean |
isTextNode()
Gets the textNode attribute of the ValueNode object |
boolean |
isVisible()
Gets the visible attribute of the ValueNode object |
void |
setDescriptions(Collection description)
Sets the description attribute of the ValueNode object |
void |
setDisplayType(String displayType)
Sets an identifier for the node display type. |
void |
setEditable(boolean value)
Sets the editable attribute of the ValueNode object |
void |
setEdited(boolean edited)
|
void |
setMultipleBindingsAllowed(boolean value)
Sets the multipleBindingsAllowed attribute of the ValueNode object |
void |
setValidationType(String validationType)
Sets an identifier for a datatype validator that validates the data associated with this node. |
void |
setValueObject(ValueObject valueObject)
Sets the valueObject attribute of the Node object |
void |
setVisible(boolean value)
Sets the visible attribute of the ValueNode object |
String |
toString()
Gets a string representation of this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected org.apache.log4j.Category _cat
Constructor Detail |
protected Node()
protected Node(Resource variable)
variable
- Associate the node to this variableprotected Node(Node node)
node
- Copy this Node objectMethod Detail |
public Node getNewInstance()
public String getId()
public void setValueObject(ValueObject valueObject)
valueObject
- The new valueObject valuepublic ValueObject getValueObject()
public String getValue()
public String getLanguage()
public Resource getVariable()
public Collection getDescription()
RDFNode
.
public void setDescriptions(Collection description)
description
- The new description valuepublic String getValidationType()
public String getDisplayType()
public void setValidationType(String validationType)
validationType
- The new validationType valuepublic void setDisplayType(String displayType)
public boolean isEditable()
public boolean getIsEditable()
public void setEditable(boolean value)
value
- The new editable valuepublic boolean isVisible()
public boolean getIsVisible()
public void setVisible(boolean value)
value
- The new visible valuepublic boolean isMultipleBindingsAllowed()
public boolean getIsMultipleBindingsAllowed()
public void setMultipleBindingsAllowed(boolean value)
value
- The new visible valuepublic boolean isFormNode()
public boolean getIsFormNode()
public boolean isLabelNode()
public boolean getIsLabelNode()
public boolean isTextNode()
public boolean getIsTextNode()
public boolean isPredefinedNode()
public boolean getIsPredefinedNode()
public String toString()
protected String getInfo()
public boolean isEdited()
public void setEdited(boolean edited)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |