| Package | Description |
|---|---|
| org.kurento.modulecreator.definition |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ComplexType.getParentProperties() |
List<Property> |
Event.getParentProperties() |
List<Property> |
ComplexType.getProperties() |
List<Property> |
Event.getProperties() |
List<Property> |
RemoteClass.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClass.addProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexType.setParentProperties(List<Property> parentProperties) |
void |
Event.setParentProperties(List<Property> parentProperties) |
void |
ComplexType.setProperties(List<Property> properties) |
void |
Event.setProperties(List<Property> properties) |
void |
RemoteClass.setProperties(List<Property> properties) |
| Constructor and Description |
|---|
ComplexType(String name,
String doc,
List<Property> properties,
List<String> values) |
Event(String name,
String doc,
List<Property> properties) |
RemoteClass(String name,
String doc,
TypeRef extendsProp,
Method constructor,
List<Method> methods,
List<Property> properties,
List<TypeRef> events) |
Copyright © 2016. All rights reserved.