public class Property extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getName() |
String |
getNullable() |
String |
getType() |
boolean |
isValid() |
void |
setKey(String key) |
void |
setNullable(String nullable) |
void |
setType(String type) |
public Property(String name) throws InvalidModelException
InvalidModelExceptionpublic String getName()
public String getType()
public void setType(String type) throws InvalidModelException
InvalidModelExceptionpublic String getNullable()
public void setNullable(String nullable) throws InvalidModelException
InvalidModelExceptionpublic String getKey()
public void setKey(String key) throws InvalidModelException
InvalidModelExceptionpublic boolean isValid()
throws InvalidModelException
InvalidModelExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.