public class Property extends ModelElement
| Constructor and Description |
|---|
Property(PropertyDescription propertyDescription) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataTypeId() |
boolean |
isOptional() |
boolean |
isSingleton() |
void |
setOptional(boolean optional) |
void |
setSingleton(boolean singleton) |
equals, getDescription, getDisplayName, getGUID, getId, getTechnicalName, getVersion, hashCode, setDescription, setDisplayName, setGUID, setId, setTechnicalName, setVersion, toStringpublic Property(PropertyDescription propertyDescription)
public boolean isOptional()
public void setOptional(boolean optional)
public boolean isSingleton()
public void setSingleton(boolean singleton)
public String getDataTypeId()
Copyright © 2018–2020 ODPi. All rights reserved.