Uses of Interface
org.jboss.forge.roaster.model.Property
Packages that use Property
-
Uses of Property in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return PropertyModifier and TypeMethodDescriptionPropertyHolder.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 PropertyModifier and TypeMethodDescriptionPropertyHolder.getProperties()Get a list of allPropertiesdeclared by thisPropertyHolder, or return an empty list if noPropertiesare declared.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 PropertyModifier and TypeMethodDescriptionbooleanPropertyHolder.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.sourceModifier and TypeInterfaceDescriptioninterfacePropertySource<O extends JavaSource<O>>Source variant ofPropertyinterface.Methods in org.jboss.forge.roaster.model.source with parameters of type PropertyModifier and TypeMethodDescriptionPropertyHolderSource.removeProperty(Property<O> property) Remove the givenPropertyfrom thisPropertyHolderSourceinstance, if it exists; otherwise, do nothing.