public final class PropInfo extends Object
Constructor and Description |
---|
PropInfo(String name,
int type,
javax.jcr.Value value) |
PropInfo(String name,
int type,
javax.jcr.Value[] values) |
Modifier and Type | Method and 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() |
public PropInfo(String name, int type, javax.jcr.Value[] values)
public PropInfo(String name, int type, javax.jcr.Value value)
public String getName()
public int getType()
public javax.jcr.Value getValue()
public javax.jcr.Value[] getValues()
public boolean isMultiple()
public javax.jcr.nodetype.PropertyDefinition getApplicablePropertyDef(javax.jcr.nodetype.NodeType[] nodeTypes)
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.