public final class StudioModelProperty extends Object implements ModelProperty
| Constructor and Description |
|---|
StudioModelProperty(String editorFileName,
boolean derived) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditorFileName() |
String |
getName()
A unique name which identifies this property.
|
boolean |
isDerived() |
boolean |
isExternalizable()
Whether this instance should be included when serializing or sharing
the owning
EnrichableModel or if on the contrary, this model property
holds information which is proprietary to the runtime and should not
communicated. |
String |
toString() |
public StudioModelProperty(String editorFileName, boolean derived)
public String getEditorFileName()
public boolean isDerived()
public String getName()
getName in interface ModelPropertygetName in interface NamedStudiopublic boolean isExternalizable()
EnrichableModel or if on the contrary, this model property
holds information which is proprietary to the runtime and should not
communicated.
Non externalizable properties should be skipped by serializers and any other kind of sharing mechanisms.
isExternalizable in interface ModelPropertytrueCopyright © 2016 MuleSoft, Inc.. All rights reserved.