|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nodal.util.NodeFilter
storage.memory.BareContent
storage.memory.BareRecord
Nested Class Summary |
Nested classes inherited from class storage.memory.BareContent |
BareContent.Editor |
Nested classes inherited from class org.nodal.model.RecordNode |
RecordNode.Editor |
Field Summary | |
protected storage.memory.MemRecordContentI |
record
|
Fields inherited from class storage.memory.BareContent |
c, cap, services, txnHandlers |
Fields inherited from class org.nodal.util.NodeFilter |
node |
Method Summary | |
RecordNode |
asRecordNode()
The Node's contents expressed as a Record. |
NodeContent.Editor |
edit()
An Editor for changing the Content of this Node. |
abstract RecordNode.Editor |
editRecord()
Directly access RecordEditor. |
Getter |
field(Name name)
Return a Getter for the field named. |
Getter |
field(java.lang.String nm)
Return a Getter for the field named. |
java.lang.Object |
getField(Name name)
Return the Object stored in the name field. |
java.lang.Object |
getField(java.lang.String name)
Return the Object stored in the name field. |
boolean |
hasField(Name nm)
Checks for validity of a field Name. |
boolean |
hasField(java.lang.String nm)
Checks for validity of a field named fieldName. |
boolean |
isValidProperty(java.lang.Object property)
Check for the validity of a given property value. |
java.lang.String |
toString()
|
Methods inherited from class storage.memory.BareContent |
addTxnHandler, asAnchor, asMapNode, asSequenceNode, capability, content, getValue, invert, notifyInsertAfter, notifyInsertBefore, notifyRemoveKey, notifyRemoveRange, notifyReplaceRange, notifySetValue, properties, removeTxnHandler, size, value |
Methods inherited from class org.nodal.util.NodeFilter |
bareNode, editMap, editSequence, history, id, path, repository, type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.nodal.model.Content |
getValue, invert, properties, size, type, value |
Methods inherited from interface org.nodal.model.Node |
asAnchor, asMapNode, asSequenceNode, bareNode, capability, content, editMap, editSequence, history, id, path, repository, type |
Methods inherited from interface org.nodal.model.TxnMonitorable |
addTxnHandler, removeTxnHandler |
Field Detail |
protected final storage.memory.MemRecordContentI record
Method Detail |
public final boolean hasField(Name nm)
RecordContent
hasField
in interface RecordContent
nm
- the Name of the field
public final boolean hasField(java.lang.String nm)
RecordContent
hasField
in interface RecordContent
nm
- the Name of the field
public final boolean isValidProperty(java.lang.Object property)
Content
isValidProperty
in interface Content
property
- the property to be checked
public final RecordNode asRecordNode()
Node
asRecordNode
in interface Node
asRecordNode
in class BareContent
public final Getter field(Name name) throws PropertyConstraintFailure
RecordContent
field
in interface RecordContent
PropertyConstraintFailure
public final Getter field(java.lang.String nm) throws PropertyConstraintFailure
RecordContent
field
in interface RecordContent
PropertyConstraintFailure
public final java.lang.Object getField(Name name) throws PropertyConstraintFailure
RecordContent
getField
in interface RecordContent
PropertyConstraintFailure
public final java.lang.Object getField(java.lang.String name) throws PropertyConstraintFailure
RecordContent
getField
in interface RecordContent
PropertyConstraintFailure
public final NodeContent.Editor edit()
Node
edit
in interface Node
edit
in class BareContent
public java.lang.String toString()
public abstract RecordNode.Editor editRecord()
RecordNode
editRecord
in interface RecordNode
editRecord
in class NodeFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |