public static class PropertyBase.PropertyExtension extends ConfigExtension
| Constructor and Description |
|---|
PropertyBase.PropertyExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasFor()
|
Set<EventName> |
getEventNames()
|
Boolean |
getGenerate()
|
Boolean |
getHidden()
|
Boolean |
getLiteral()
|
Boolean |
getPassThrough()
|
Boolean |
getReadOnly()
|
Boolean |
getRequired()
|
MethodSignature |
getSignature()
|
void |
setAliasFor(String aliases)
|
void |
setEventNames(Set<EventName> eventNames)
|
void |
setGenerate(Boolean generate)
|
void |
setHidden(Boolean hidden)
|
void |
setLiteral(Boolean literal)
|
void |
setPassThrough(Boolean passThrough)
|
void |
setReadOnly(Boolean readOnly)
|
void |
setRequired(Boolean required)
|
void |
setSignature(MethodSignature signature)
|
getExtensions, setExtensionspublic Boolean getGenerate()
public void setGenerate(Boolean generate)
generate - the generate to setpublic Boolean getHidden()
public void setHidden(Boolean hidden)
hidden - the hidden to setpublic Boolean getLiteral()
public void setLiteral(Boolean literal)
literal - the literal to setpublic Boolean getRequired()
public void setRequired(Boolean required)
required - the required to setpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - the readOnly to setpublic Boolean getPassThrough()
public void setPassThrough(Boolean passThrough)
passThrough - the passThrough to setpublic void setEventNames(Set<EventName> eventNames)
eventNames - the eventNames to setpublic MethodSignature getSignature()
public void setSignature(MethodSignature signature)
signature - the signature to setpublic String getAliasFor()
public void setAliasFor(String aliases)
aliasFor - the aliasFor to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.