public class SchemaFactory.DefaultConcept extends Object
| Constructor and Description |
|---|
DefaultConcept() |
| Modifier and Type | Method and Description |
|---|---|
SchemaFactory.DefaultConcept |
conceptType(String conceptType) |
SchemaFactory.DefaultConcept |
coreConcept(boolean coreConcept) |
SchemaFactory.DefaultConcept |
displayName(String displayName) |
SchemaFactory.DefaultConcept |
glyphIcon(InputStream glyphIconStream) |
SchemaFactory.DefaultConcept |
glyphIcon(String glyphIcon) |
SchemaFactory.DefaultConcept |
intents(String... intents) |
SchemaFactory.DefaultConcept |
parent(Concept parentConcept) |
SchemaFactory.DefaultConcept |
property(String name,
Value value) |
Concept |
save() |
public SchemaFactory.DefaultConcept parent(Concept parentConcept)
public SchemaFactory.DefaultConcept conceptType(String conceptType)
public SchemaFactory.DefaultConcept displayName(String displayName)
public SchemaFactory.DefaultConcept glyphIcon(String glyphIcon)
public SchemaFactory.DefaultConcept glyphIcon(InputStream glyphIconStream)
public SchemaFactory.DefaultConcept property(String name, Value value)
public SchemaFactory.DefaultConcept intents(String... intents)
public SchemaFactory.DefaultConcept coreConcept(boolean coreConcept)
public Concept save()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.