| Package | Description |
|---|---|
| com.sitewhere.web.configuration.model |
| Modifier and Type | Method and Description |
|---|---|
ElementRole[] |
ElementRole.getChildren() |
ElementRole[] |
ElementRole.getSubtypes() |
static ElementRole |
ElementRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementRole[] |
ElementRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementRole.Serializer.serialize(ElementRole value,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ElementRole.setChildren(ElementRole[] children) |
void |
ElementRole.setSubtypes(ElementRole[] subtypes) |
ElementNode.Builder |
ElementNode.Builder.specializes(ElementRole type,
ElementRole subtype) |
| Constructor and Description |
|---|
ElementNode.Builder(String name,
String localName,
String icon,
ElementRole role) |
Copyright © 2016 SiteWhere, LLC.. All rights reserved.