Uses of Class
org.apache.jackrabbit.vault.vlt.meta.VltEntry.State
-
Packages that use VltEntry.State Package Description org.apache.jackrabbit.vault.vlt.meta -
-
Uses of VltEntry.State in org.apache.jackrabbit.vault.vlt.meta
Methods in org.apache.jackrabbit.vault.vlt.meta that return VltEntry.State Modifier and Type Method Description VltEntry.State
VltEntry. getState()
Returns the state of this entry.static VltEntry.State
VltEntry.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static VltEntry.State[]
VltEntry.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-