|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.protocol.wfs.lockfeature.FeatureIdLock
public class FeatureIdLock
The FeatureIdLock
class represents a lock based on a featureId. To be used with LockFeature
.
Constructor Summary | |
---|---|
FeatureIdLock(java.lang.String[] featureIds,
TypeName[] typeNames)
Creates a new FeatureIdLock instance. |
Method Summary | |
---|---|
java.lang.String[] |
getFeatureIds()
|
TypeName[] |
getTypeNames()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureIdLock(java.lang.String[] featureIds, TypeName[] typeNames)
FeatureIdLock
instance.
featureIds
- a String array as feature ids, must not be nulltypeNames
- a QName, may be nullMethod Detail |
---|
public java.lang.String[] getFeatureIds()
public TypeName[] getTypeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |