added public isReadonly() method to check the readonly flag from
other packages.
This commit is contained in:
parent
3fee354352
commit
4e192c39c0
1 changed files with 12 additions and 56 deletions
|
@ -478,6 +478,12 @@ public class Relation {
|
|||
return order;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tell wether the property described by this relation is to be handled as readonly/write protected.
|
||||
*/
|
||||
public boolean isReadonly () {
|
||||
return readonly;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if the child node fullfills the constraints defined by this relation.
|
||||
|
@ -632,53 +638,3 @@ public class Relation {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue