public class DomainStaticProperty extends StaticProperty
staticPropertyType, valueRequired| Constructor and Description |
|---|
DomainStaticProperty() |
DomainStaticProperty(DomainStaticProperty other) |
DomainStaticProperty(String internalName,
String label,
String description,
List<SupportedProperty> supportedProperties) |
DomainStaticProperty(String internalName,
String label,
String description,
String requiredClass,
List<SupportedProperty> supportedProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequiredClass() |
List<SupportedProperty> |
getSupportedProperties() |
void |
setRequiredClass(String requiredClass) |
void |
setSupportedProperties(List<SupportedProperty> supportedProperties) |
getDescription, getInternalName, getLabel, getStaticPropertyType, isPredefined, isValueRequired, setDescription, setInternalName, setLabel, setPredefined, setStaticPropertyType, setValueRequiredgetElementId, getElementName, setElementId, setElementNamegetRdfId, setRdfIdpublic DomainStaticProperty()
public DomainStaticProperty(String internalName, String label, String description, List<SupportedProperty> supportedProperties)
public DomainStaticProperty(String internalName, String label, String description, String requiredClass, List<SupportedProperty> supportedProperties)
public DomainStaticProperty(DomainStaticProperty other)
public String getRequiredClass()
public void setRequiredClass(String requiredClass)
public List<SupportedProperty> getSupportedProperties()
public void setSupportedProperties(List<SupportedProperty> supportedProperties)
Copyright © 2018. All rights reserved.