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 boolean
equals(Object obj)
String
getName()
javax.jcr.Value
getValue()
javax.jcr.Value[]
getValues()
int
hashCode()
boolean
isMultiValue()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
isMultiValue
public boolean isMultiValue()
-
getValue
public javax.jcr.Value getValue()
-
getValues
public javax.jcr.Value[] getValues()
-
-