Class PropInfo

java.lang.Object
org.hippoecm.repository.util.PropInfo

public final class PropInfo extends Object
  • Constructor Details

    • PropInfo

      public PropInfo(String name, int type, Value[] values)
    • PropInfo

      public PropInfo(String name, int type, Value value)
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object