Class PropInfo


  • public final class PropInfo
    extends Object
    • Constructor Detail

      • PropInfo

        public PropInfo​(String name,
                        int type,
                        javax.jcr.Value[] values)
      • PropInfo

        public PropInfo​(String name,
                        int type,
                        javax.jcr.Value value)
    • 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)