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 SingleProperty
public void setCollection()
setCollection
in interface SingleProperty
public boolean isIgnored()
isIgnored
in interface SingleProperty
public void setIgnored()
setIgnored
in interface SingleProperty
public boolean isReference()
isReference
in interface SingleProperty
public void setReference()
setReference
in interface SingleProperty
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.