public class NodeProperty extends Object
Constructor and Description |
---|
NodeProperty() |
NodeProperty(javax.jcr.Property property) |
NodeProperty(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
getMultiple() |
String |
getName() |
int |
getType() |
String |
getTypeName() |
List<PropertyValue> |
getValues() |
void |
setMultiple(boolean multiple) |
void |
setName(String name) |
void |
setType(int type) |
void |
setTypeName(String typeName) |
void |
setValues(List<PropertyValue> values) |
public NodeProperty()
public NodeProperty(String name)
public NodeProperty(javax.jcr.Property property) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public String getName()
public void setName(String name)
public int getType()
public void setType(int type)
public String getTypeName()
public void setTypeName(String typeName)
public boolean getMultiple()
public void setMultiple(boolean multiple)
public List<PropertyValue> getValues()
public void setValues(List<PropertyValue> values)
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.