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 PropertyDefinition
getApplicablePropertyDef(NodeType[] nodeTypes)
String
getName()
int
getType()
Value
getValue()
Value[]
getValues()
boolean
isMultiple()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public int getType()
-
getValue
public Value getValue()
-
getValues
public Value[] getValues()
-
isMultiple
public boolean isMultiple()
-
getApplicablePropertyDef
public PropertyDefinition getApplicablePropertyDef(NodeType[] nodeTypes)
-
-