Uses of Class
de.foellix.aql.datastructure.Attributes
Packages that use Attributes
-
Uses of Attributes in de.foellix.aql.datastructure
Fields in de.foellix.aql.datastructure declared as AttributesModifier and TypeFieldDescriptionprotected AttributesFlow.attributesprotected AttributesIntent.attributesprotected AttributesIntentfilter.attributesprotected AttributesIntentsink.attributesprotected AttributesIntentsource.attributesprotected AttributesPermission.attributesprotected AttributesSink.attributesprotected AttributesSource.attributesMethods in de.foellix.aql.datastructure that return AttributesModifier and TypeMethodDescriptionObjectFactory.createAttributes()Create an instance ofAttributesFlow.getAttributes()Gets the value of the attributes property.Intent.getAttributes()Gets the value of the attributes property.Intentfilter.getAttributes()Gets the value of the attributes property.Intentsink.getAttributes()Gets the value of the attributes property.Intentsource.getAttributes()Gets the value of the attributes property.Permission.getAttributes()Gets the value of the attributes property.Sink.getAttributes()Gets the value of the attributes property.Source.getAttributes()Gets the value of the attributes property.Methods in de.foellix.aql.datastructure with parameters of type AttributesModifier and TypeMethodDescriptionvoidFlow.setAttributes(Attributes value) Sets the value of the attributes property.voidIntent.setAttributes(Attributes value) Sets the value of the attributes property.voidIntentfilter.setAttributes(Attributes value) Sets the value of the attributes property.voidIntentsink.setAttributes(Attributes value) Sets the value of the attributes property.voidIntentsource.setAttributes(Attributes value) Sets the value of the attributes property.voidPermission.setAttributes(Attributes value) Sets the value of the attributes property.voidSink.setAttributes(Attributes value) Sets the value of the attributes property.voidSource.setAttributes(Attributes value) Sets the value of the attributes property. -
Uses of Attributes in de.foellix.aql.helper
Methods in de.foellix.aql.helper with parameters of type AttributesModifier and TypeMethodDescriptionstatic AttributeHelper.getAttributeByName(Attributes attributes, String name) static StringHelper.toString(Attributes attributes)