public class SinglePropertyLiteral extends Object implements SingleProperty
| Constructor and Description |
|---|
SinglePropertyLiteral() |
SinglePropertyLiteral(boolean isReference) |
SinglePropertyLiteral(boolean isCollection,
boolean isIgnored,
boolean isReference) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCollection() |
boolean |
isIgnored() |
boolean |
isReference() |
void |
setCollection() |
void |
setIgnored() |
void |
setReference() |
public SinglePropertyLiteral(boolean isCollection,
boolean isIgnored,
boolean isReference)
public SinglePropertyLiteral(boolean isReference)
public SinglePropertyLiteral()
public boolean isCollection()
isCollection in interface SinglePropertypublic void setCollection()
setCollection in interface SinglePropertypublic boolean isIgnored()
isIgnored in interface SinglePropertypublic void setIgnored()
setIgnored in interface SinglePropertypublic boolean isReference()
isReference in interface SinglePropertypublic void setReference()
setReference in interface SinglePropertyCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.