Class LocalRestriction
- java.lang.Object
-
- org.apache.sling.jcr.contentloader.LocalRestriction
-
public class LocalRestriction extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalRestriction(@NotNull String restriction, javax.jcr.Value value)LocalRestriction(@NotNull String restriction, javax.jcr.Value[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()javax.jcr.ValuegetValue()javax.jcr.Value[]getValues()inthashCode()booleanisMultiValue()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
isMultiValue
public boolean isMultiValue()
-
getValue
public javax.jcr.Value getValue()
-
getValues
public javax.jcr.Value[] getValues()
-
-