public class JcrInputProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_VALUE |
static int |
MULTI_VALUE |
static int |
NODE |
static int |
PROPERTY |
static int |
SINGLE_VALUE |
| Constructor and Description |
|---|
JcrInputProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeInJcrPathParam() |
String |
getJcrPath() |
String |
getMixintype() |
String |
getNodetype() |
int |
getType() |
Object |
getValue() |
int |
getValueType() |
void |
setChangeInJcrPathParam(String changeInJcrPathParam) |
void |
setJcrPath(String jcrPath) |
void |
setMixintype(String mixintype) |
void |
setNodetype(String nodetype) |
void |
setType(int type) |
void |
setValue(Object value) |
void |
setValueType(int type) |
public static final int PROPERTY
public static final int NODE
public static final int SINGLE_VALUE
public static final int MULTI_VALUE
public static final int BYTE_VALUE
public String getJcrPath()
public void setJcrPath(String jcrPath)
public String getNodetype()
public void setNodetype(String nodetype)
public String getMixintype()
public void setMixintype(String mixintype)
public int getType()
public void setType(int type)
public void setValue(Object value)
public Object getValue()
public void setValueType(int type)
public int getValueType()
public String getChangeInJcrPathParam()
public void setChangeInJcrPathParam(String changeInJcrPathParam)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.