@NoExtend @NoInstantiate public final class SimpleConfigAttribute extends Object
| Constructor and Description |
|---|
SimpleConfigAttribute(String name,
String value,
boolean valueFromSchema) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
isValueFromSchema() |
public SimpleConfigAttribute(String name, String value, boolean valueFromSchema)
name - configuration attribute name as it appears in the configuration file.value - configuration value as defined in the configuration file.valueFromSchema - true if the configuration value was not explicitly defined by the user and was retrieved from the DSL
schema, false otherwise.public String getName()
public String getValue()
public boolean isValueFromSchema()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.