Uses of Interface
org.jboss.forge.roaster.model.Property
-
Packages that use Property Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of Property in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return Property Modifier and Type Method Description Property<O>PropertyHolder. getProperty(String name)Get thePropertywith the given name and return it, otherwise, return null.Methods in org.jboss.forge.roaster.model that return types with arguments of type Property Modifier and Type Method Description List<? extends Property<O>>PropertyHolder. getProperties()Get a list of allPropertiesdeclared by thisPropertyHolder, or return an empty list if noPropertiesare declared.List<? extends Property<O>>PropertyHolder. getProperties(Class<?> type)Get a list of allPropertiesdeclared by thisPropertyHolderwith the given type, or return an empty list if no matchingPropertiesare declared.Methods in org.jboss.forge.roaster.model with parameters of type Property Modifier and Type Method Description booleanPropertyHolder. hasProperty(Property<O> property)Return whether or not thisPropertyHolderdeclares the givenPropertyinstance. -
Uses of Property in org.jboss.forge.roaster.model.source
Subinterfaces of Property in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfacePropertySource<O extends JavaSource<O>>Source variant ofPropertyinterface.Methods in org.jboss.forge.roaster.model.source with parameters of type Property Modifier and Type Method Description PropertyHolderSource<O>PropertyHolderSource. removeProperty(Property<O> property)Remove the givenPropertyfrom thisPropertyHolderSourceinstance, if it exists; otherwise, do nothing.
-