@DTO public class UESPropertyCreate extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the new property.
|
private java.lang.String |
description
Description of the new property.
|
private java.lang.String |
name
Name of the new property.
|
private UESURI |
templateUri
UESURI of the new property template.
|
private UESPropertyType |
type
Specifies the type of the new property.
|
private java.lang.Object |
value
The value of the new property.
|
Constructor and Description |
---|
UESPropertyCreate(UESPropertyType type) |
UESPropertyCreate(UESPropertyType type, |
UESPropertyCreate(UESURI templateUri) |
UESPropertyCreate(UESURI templateUri, |
UESPropertyType
UESPropertyType
for
details. When null is set, the new property has no value.UESPropertyType