Package org.hippoecm.repository.util
Class PropInfo
- java.lang.Object
-
- org.hippoecm.repository.util.PropInfo
-
public final class PropInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jcr.nodetype.PropertyDefinition
getApplicablePropertyDef(javax.jcr.nodetype.NodeType[] nodeTypes)
String
getName()
int
getType()
javax.jcr.Value
getValue()
javax.jcr.Value[]
getValues()
boolean
isMultiple()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public int getType()
-
getValue
public javax.jcr.Value getValue()
-
getValues
public javax.jcr.Value[] getValues()
-
isMultiple
public boolean isMultiple()
-
getApplicablePropertyDef
public javax.jcr.nodetype.PropertyDefinition getApplicablePropertyDef(javax.jcr.nodetype.NodeType[] nodeTypes)
-
-