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 TypeMethodDescriptionjava.util.List<Structure<StructureFields.InheritedProperties>>SVNSqlJetStatement.getColumnInheritedProperties(java.lang.Enum<?> f) java.util.List<Structure<StructureFields.InheritedProperties>>SVNSqlJetStatement.getColumnInheritedProperties(java.lang.String f) static java.util.List<Structure<StructureFields.InheritedProperties>>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.InheritedPropertiesModifier and TypeMethodDescriptionjava.util.List<Structure<StructureFields.InheritedProperties>>SVNSkel.parseInheritedProperties() -
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 TypeMethodDescriptionStructureFields.InheritedProperties.valueOf(java.lang.String name) Returns 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 TypeMethodDescriptionstatic java.util.List<Structure<StructureFields.InheritedProperties>>SvnWcDbStatementUtil.getColumnInheritedProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) static java.util.List<Structure<StructureFields.InheritedProperties>>SvnWcDbProperties.readInheritedProperties(SVNWCDbRoot root, java.io.File localRelPath, java.lang.String propertyName)