Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.StructureFields.InheritedProperties
Packages that use StructureFields.InheritedProperties
Package
Description
-
Uses of StructureFields.InheritedProperties in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return types with arguments of type StructureFields.InheritedPropertiesModifier and TypeMethodDescriptionSVNSqlJetStatement.getColumnInheritedProperties
(Enum<?> f) SVNSqlJetStatement.getColumnInheritedProperties
(String f) SVNSqlJetStatement.parseInheritedProperties
(byte[] val) -
Uses of StructureFields.InheritedProperties in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util that return types with arguments of type StructureFields.InheritedProperties -
Uses of StructureFields.InheritedProperties in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return StructureFields.InheritedPropertiesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static StructureFields.InheritedProperties[]
StructureFields.InheritedProperties.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type StructureFields.InheritedPropertiesModifier and TypeMethodDescriptionSvnWcDbStatementUtil.getColumnInheritedProperties
(SVNSqlJetStatement stmt, Enum<?> f) SvnWcDbProperties.readInheritedProperties
(SVNWCDbRoot root, File localRelPath, String propertyName)