| |
|
| java.lang.Object com.ibm.webdav.impl.LiveProperty com.ibm.webdav.impl.LockDiscovery
getNSLocalName | public String getNSLocalName()(Code) | | Get the XML tag name (without a prefix) of this live property.
the live property tag name without a prefix |
getName | public String getName()(Code) | | Get the name of this live property.
the live property name (XML namespace+localpart) |
getPreferredPrefix | public String getPreferredPrefix()(Code) | | Get the preferred namespace prefix for this live property.
the XML namespace prefix for this property |
isUserUpdatable | public boolean isUserUpdatable()(Code) | | Is this live property updatable by the user?
true if the use can update this live property, false if onlythe server can update the property. |
|
|
|